Skip to content

Commit

Permalink
ci: set a timeout for testing step of five minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Oct 19, 2023
1 parent c14d4dd commit 2266e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Test with coverage report
run: npm run coverage:only
timeout-minutes: 5

- name: Upload to codecov.io
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 2266e3e

Please sign in to comment.