Update ui-tests.js.yml

This commit is contained in:
Delirium 2023-01-19 13:14:59 +01:00 committed by Delirium
parent f6e8d8be24
commit ec24e83a33

View file

@ -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