mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
Expand unit test and fix margin issue
This commit is contained in:
2
.github/workflows/deploy-test.yml
vendored
2
.github/workflows/deploy-test.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: Run Cypress tests
|
||||
- name: Run Cypress tests and Browserslist
|
||||
run: npm run test
|
||||
env:
|
||||
CYPRESS_baseUrl: http://localhost:8080
|
||||
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: Run Cypress tests
|
||||
- name: Run Cypress tests and Browserslist
|
||||
run: npm run test
|
||||
env:
|
||||
CYPRESS_baseUrl: http://localhost:8080
|
||||
|
||||
Reference in New Issue
Block a user