Skip to content

Commit

Permalink
chore(ci): add job timeout of github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Aug 3, 2022
1 parent c9dddc4 commit 062f5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on: [ push, pull_request ]
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
Expand Down

0 comments on commit 062f5dd

Please sign in to comment.