diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index ba27c4084..9ca5382f9 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -30,5 +30,7 @@ jobs: cache: 'npm' - run: npm ci - - run: npm test --if-resent - - run: npm run cy:test --if-present + - name: unit tests + run: npm test --if-resent + - name: visual tests + run: npm run cy:test --if-present