Skip to content

Commit

Permalink
ci: add default timeouts to test suite (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored Aug 22, 2023
1 parent 377d5eb commit e78a8df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -20,6 +21,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -42,6 +44,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -67,6 +70,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -89,6 +93,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -111,6 +116,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -129,6 +135,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -147,6 +154,7 @@ jobs:
matrix:
node: [16, 18, 20]
runs-on: ubuntu-latest
timeout-minutes: 15
needs: lint
steps:
- uses: actions/checkout@v3
Expand All @@ -164,6 +172,7 @@ jobs:
axe_core_test:
if: github.ref_name == 'master' || startsWith(github.ref_name, 'release')
runs-on: ubuntu-latest
timeout-minutes: 5
needs: lint
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e78a8df

Please sign in to comment.