Skip to content

Commit

Permalink
ci: update ci command for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevrgs committed May 15, 2024
1 parent 4db839b commit 1b36241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pnpx playwright install --with-deps

- name: Run Playwright tests
run: pnpx playwright test
run: pnpm test:e2e
env:
NEXT_FRONTEND_URL: ${{ github.event.deployment_status.target_url }}

Expand Down

0 comments on commit 1b36241

Please sign in to comment.