Skip to content

Commit

Permalink
ci: add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki authored Aug 18, 2024
1 parent 26fcd47 commit 58acbac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -27,6 +28,7 @@ jobs:
CI: true
build:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: test
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 58acbac

Please sign in to comment.