Skip to content

Commit

Permalink
Retry.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Sep 17, 2024
1 parent c788fbc commit cc754fa
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 @@ -32,7 +32,7 @@ jobs:
run: npx wait-on http://localhost:3000

- name: Run Playwright tests
run: npx playwright test work.spec.ts --retry 0 --workers 2
run: npx playwright test work.spec.ts --retries=0
env:
BASE_URL: ${{ secrets.BASE_URL }}
NEXT_PUBLIC_DCAPI_ENDPOINT: ${{ secrets.NEXT_PUBLIC_DCAPI_ENDPOINT }}
Expand Down

0 comments on commit cc754fa

Please sign in to comment.