Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Sep 17, 2024
1 parent b0cfbc4 commit e99444b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
test:
timeout-minutes: 10
timeout-minutes: 2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
run: npx wait-on http://localhost:3000

- name: Run Playwright tests
run: xvfb-run npx playwright test --debug
run: npx playwright test --retry 0 --workers 2
env:
BASE_URL: ${{ secrets.BASE_URL }}
NEXT_PUBLIC_DCAPI_ENDPOINT: ${{ secrets.NEXT_PUBLIC_DCAPI_ENDPOINT }}
Expand Down

0 comments on commit e99444b

Please sign in to comment.