Skip to content

Commit

Permalink
Add timeout-minutes to CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Dec 8, 2020
1 parent 559984d commit 628f7c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 10

strategy:
matrix:
Expand All @@ -27,4 +28,4 @@ jobs:
- run: npm install
- run: npm run build
- run: npm test
- run: npm run coverage
- run: npm run coverage

0 comments on commit 628f7c1

Please sign in to comment.