Skip to content

Commit

Permalink
ci: Add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed Mar 5, 2024
1 parent 6c985e3 commit cc480e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: npm run build --if-present
- name: Run Tests
run: |
npm test
npm run test:app
npm run test:selenium
run: npm test

# The Workflow will run for hours on failure without a timeout. The duration is an estimate.
timeout-minutes: 10

0 comments on commit cc480e2

Please sign in to comment.