File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
22
test-all-packages :
23
23
name : Ember Tests
24
24
runs-on : ${{ matrix.os }}
25
+ timeout-minutes : 10
25
26
26
27
strategy :
28
+ fail-fast : false
27
29
matrix :
28
30
node-version : [16.x, 14.x]
29
31
os : [ubuntu-latest, windows-latest]
51
53
integration-tests :
52
54
name : Integration Tests
53
55
runs-on : ${{ matrix.os }}
56
+ timeout-minutes : 10
54
57
55
58
strategy :
59
+ fail-fast : false
56
60
matrix :
57
61
node-version : [16.x, 14.x]
58
62
os : [ubuntu-latest, windows-latest]
73
77
test-packages :
74
78
name : Test Packages
75
79
runs-on : ${{ matrix.os }}
80
+ timeout-minutes : 10
76
81
77
82
strategy :
83
+ fail-fast : false
78
84
matrix :
79
85
node-version : [16.x, 14.x]
80
86
os : [ubuntu-latest, windows-latest]
99
105
test-legacy-mocha :
100
106
name : Legacy Mocha Tests - ${{ matrix.node-version }}
101
107
runs-on : ubuntu-latest
108
+ timeout-minutes : 10
102
109
103
110
strategy :
104
111
fail-fast : false
@@ -122,7 +129,7 @@ jobs:
122
129
try-scenarios :
123
130
name : " ember-try for ember-cli-fastboot: ${{ matrix.ember-try-scenario }}"
124
131
runs-on : ubuntu-latest
125
- timeout-minutes : 7
132
+ timeout-minutes : 10
126
133
127
134
strategy :
128
135
fail-fast : false
You can’t perform that action at this time.
0 commit comments