Skip to content

Commit

Permalink
Merge pull request #4712 from Tyriar/timeout
Browse files Browse the repository at this point in the history
Put reasonable GH action timeouts in place
  • Loading branch information
Tyriar committed Aug 22, 2023
2 parents 6f0a5c9 + dac4dec commit b452fc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:

lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
Expand All @@ -71,6 +73,7 @@ jobs:

unit-tests:
needs: build
timeout-minutes: 20
strategy:
matrix:
node-version: [16, 18]
Expand Down Expand Up @@ -101,6 +104,7 @@ jobs:

integration-tests:
needs: build
timeout-minutes: 20
strategy:
matrix:
node-version: [18]
Expand Down

0 comments on commit b452fc9

Please sign in to comment.