From 1793574978e7c7660bccda423bc5c121a8f0c412 Mon Sep 17 00:00:00 2001 From: Helena Adamkova <58051865+Ellenn-A@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:36:42 +0000 Subject: [PATCH] wrong test cmd --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9265650b..0e916032 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,7 @@ jobs: with: docker_compose_file: '' pre_test_command: 'npm ci && npx playwright install-deps && npx playwright install' + test_command: 'npm run test:playwright || exit 1' permissions: contents: write secrets: inherit