Skip to content

Commit

Permalink
chore: timeout test cafe jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 19, 2024
1 parent 17073a8 commit ea53c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testcafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
run: pnpm build-rollup

- name: Run ${{ matrix.name }} test
timeout-minutes: 10
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
RUN_ID: ${{ github.run_id }}
BROWSER: ${{ matrix.browser }}
run: pnpm testcafe ${{ matrix.browser }} --stop-on-first-fail

- name: Check ${{ matrix.name }} events
timeout-minutes: 10
run: pnpm check-testcafe-results

0 comments on commit ea53c7b

Please sign in to comment.