From 49b1023b27440effd4810d6d8f3c56ca58f0c675 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Mon, 23 Jan 2023 13:34:35 +0100 Subject: [PATCH] change(ui): fix wf naming --- .github/workflows/ui-tests.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index 6efbde4dd..996d3f225 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -66,11 +66,11 @@ jobs: run: yarn start &> server.log & - name: Wait for frontend run: npx wait-on http://0.0.0.0:3333 - - name: \[Chrome\] Run visual tests + - name: [Chrome] Run visual tests run: yarn cy:test - - name: \[Firefox\] Run visual tests + - name: [Firefox] Run visual tests run: yarn cy:test-firefox - - name: \[Edge\] Run visual tests + - name: [Edge] Run visual tests run: yarn cy:test-edge - name: Upload Debug uses: actions/upload-artifact@v3