Update ui-tests.js.yml
This commit is contained in:
parent
f6e8d8be24
commit
ec24e83a33
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ui-tests.js.yml
vendored
6
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -30,5 +30,7 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm test --if-resent
|
- name: unit tests
|
||||||
- run: npm run cy:test --if-present
|
run: npm test --if-resent
|
||||||
|
- name: visual tests
|
||||||
|
run: npm run cy:test --if-present
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue