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 c7e47a2 commit 793c29f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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: 2
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -34,11 +34,10 @@ jobs:
- name: Run Playwright tests
run: npx playwright test
env:
BASE_URL: http://localhost:3000
NEXT_PUBLIC_DCAPI_ENDPOINT: ${{ secrets.NEXT_PUBLIC_DCAPI_ENDPOINT }}
BASE_URL: ${{ secrets.BASE_URL }}

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
if: always()
with:
name: playwright-report
path: playwright-report/
Expand Down

0 comments on commit 793c29f

Please sign in to comment.