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 500dc9f commit 845726bCopy full SHA for 845726b
1 file changed
.github/workflows/ci.yml
@@ -61,6 +61,7 @@ jobs:
61
all-commands-smoke-tests:
62
name: Tests (commands smoke test)
63
runs-on: ubuntu-latest
64
+ timeout-minutes: 20
65
66
needs:
67
- lint
@@ -154,6 +155,7 @@ jobs:
154
155
156
name: Smoke Tests (Node v${{ matrix.node }} with npm)
157
158
159
160
161
@@ -180,6 +182,7 @@ jobs:
180
182
181
183
name: Smoke Tests (Node v${{ matrix.node }} with yarn)
184
185
186
187
188
@@ -202,6 +205,7 @@ jobs:
202
205
windows-smoke-tests:
203
206
name: Smoke Tests (Windows)
204
207
runs-on: windows-latest
208
209
210
211
0 commit comments