From ec24e83a33287ba47579a0c6454ae81b09fecd2e Mon Sep 17 00:00:00 2001 From: Delirium Date: Thu, 19 Jan 2023 13:14:59 +0100 Subject: [PATCH] Update ui-tests.js.yml --- .github/workflows/ui-tests.js.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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