Skip to content

Commit

Permalink
ci: timeout CI jobs after 15 minutes (nodejs#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas authored and anonrig committed Apr 4, 2023
1 parent 4987112 commit 3033d6f
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 3033d6f

Please sign in to comment.