Skip to content

Commit

Permalink
make builds time out after a reasonable period (sveltejs#5100)
Browse files Browse the repository at this point in the history
  • Loading branch information
antony authored and taylorzane committed Dec 17, 2020
1 parent 93b6bd8 commit 53b9fd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
Tests:
runs-on: ${{ matrix.os }}
timeout-minutes: 6
strategy:
matrix:
node-version: [8, 10, 12, 14]
Expand All @@ -18,12 +19,14 @@ jobs:
CI: true
Lint:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- run: 'npm i && npm run lint'
Unit:
runs-on: ${{ matrix.os }}
timeout-minutes: 3
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
Expand Down

0 comments on commit 53b9fd2

Please sign in to comment.