Skip to content

Commit 70830f1

Browse files
committed
add fail-fast: false and timeouts to github CI
1 parent 46fcfd0 commit 70830f1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
test-all-packages:
2323
name: Ember Tests
2424
runs-on: ${{ matrix.os }}
25+
timeout-minutes: 10
2526

2627
strategy:
28+
fail-fast: false
2729
matrix:
2830
node-version: [16.x, 14.x]
2931
os: [ubuntu-latest, windows-latest]
@@ -51,8 +53,10 @@ jobs:
5153
integration-tests:
5254
name: Integration Tests
5355
runs-on: ${{ matrix.os }}
56+
timeout-minutes: 10
5457

5558
strategy:
59+
fail-fast: false
5660
matrix:
5761
node-version: [16.x, 14.x]
5862
os: [ubuntu-latest, windows-latest]
@@ -73,8 +77,10 @@ jobs:
7377
test-packages:
7478
name: Test Packages
7579
runs-on: ${{ matrix.os }}
80+
timeout-minutes: 10
7681

7782
strategy:
83+
fail-fast: false
7884
matrix:
7985
node-version: [16.x, 14.x]
8086
os: [ubuntu-latest, windows-latest]
@@ -99,6 +105,7 @@ jobs:
99105
test-legacy-mocha:
100106
name: Legacy Mocha Tests - ${{ matrix.node-version }}
101107
runs-on: ubuntu-latest
108+
timeout-minutes: 10
102109

103110
strategy:
104111
fail-fast: false
@@ -122,7 +129,7 @@ jobs:
122129
try-scenarios:
123130
name: "ember-try for ember-cli-fastboot: ${{ matrix.ember-try-scenario }}"
124131
runs-on: ubuntu-latest
125-
timeout-minutes: 7
132+
timeout-minutes: 10
126133

127134
strategy:
128135
fail-fast: false

0 commit comments

Comments
 (0)