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 3025347
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,8 @@ jobs:
- name: 🧑‍🎤 Install Playwright Browsers
run: npx playwright install chromium --with-deps

- name: Build the Remix server
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 3025347

Please sign in to comment.