Skip to content

Commit

Permalink
Add timeout to CI since Windows runners seem to continue getting stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 10, 2024
1 parent d016423 commit 72d45fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
deno:
name: Deno format and lint
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
Expand All @@ -18,6 +19,7 @@ jobs:

test:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -54,6 +56,7 @@ jobs:
static-validation:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@just
Expand Down

0 comments on commit 72d45fc

Please sign in to comment.