Skip to content

Commit

Permalink
Use the test:e2e script to run Playwright tests
Browse files Browse the repository at this point in the history
Since it triggers the right setup.
  • Loading branch information
ahuth committed Sep 7, 2024
1 parent 2f0b42f commit 3d1ce77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: npm run build

- name: Run Playwright tests
run: npx playwright test
run: npm run test:e2e

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 3d1ce77

Please sign in to comment.