We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369bfe4 commit d4c30c2Copy full SHA for d4c30c2
.github/workflows/ci.yml
@@ -22,6 +22,7 @@ jobs:
22
test-all-packages:
23
name: Ember Tests
24
runs-on: ${{ matrix.os }}
25
+ timeout-minutes: 15
26
27
strategy:
28
fail-fast: false
@@ -51,6 +52,7 @@ jobs:
51
52
integration-tests:
53
name: Integration Tests
54
55
56
57
58
@@ -75,6 +77,7 @@ jobs:
75
77
test-packages:
76
78
name: Test Packages
79
80
81
82
83
@@ -101,6 +104,7 @@ jobs:
101
104
test-legacy-mocha:
102
105
name: Legacy Mocha Tests - ${{ matrix.node-version }}
103
106
runs-on: ubuntu-latest
107
108
109
110
0 commit comments