Skip to content

Commit

Permalink
ci: timeout CI jobs after 15 minutes (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed Feb 21, 2023
1 parent d8d9a96 commit d04ec2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
runs-on: ubuntu-latest, windows-latest
test-command: npm run coverage:ci
timeout-minutes: 15
post-test-steps: |
- name: Coverage Report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit d04ec2b

Please sign in to comment.