From 9e42c0b18ef13aa79aac66c2d15095edd0057cee Mon Sep 17 00:00:00 2001 From: Ola Rubaj <52197250+olayway@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:58:59 +0200 Subject: [PATCH] [workflows/e2e][xs]: run playwright command directly --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f6bd269c7..f01367fdf 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -47,7 +47,7 @@ jobs: working-directory: test-app - name: Run the tests - run: npm run test + run: npx playwright test - uses: actions/upload-artifact@v3 if: always()