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 crysmags committed Feb 27, 2024
1 parent 2abb3f7 commit d8fbd7e
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 d8fbd7e

Please sign in to comment.