Skip to content

Commit

Permalink
feat(ci): add timeout-minutes to ci jobs [KHCP-8104] (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
mptap authored Jul 27, 2023
1 parent 8d6f11f commit 649fc77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
node-version: [16.x]
Expand Down

0 comments on commit 649fc77

Please sign in to comment.