Skip to content

Commit

Permalink
[workflows/e2e][xs]: run playwright command directly
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Jun 21, 2023
1 parent 4dfc6f8 commit 9e42c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9e42c0b

Please sign in to comment.