File tree Expand file tree Collapse file tree 3 files changed +340
-165
lines changed Expand file tree Collapse file tree 3 files changed +340
-165
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206
206
# do not write summary to github
207
207
SPLIT_SUMMARY : false
208
208
209
- test-empty :
209
+ check-dependencies :
210
210
runs-on : ubuntu-22.04
211
211
steps :
212
212
- name : Checkout 🛎
@@ -216,6 +216,17 @@ jobs:
216
216
uses : cypress-io/github-action@v6
217
217
with :
218
218
build : npm run deps
219
+ runTests : false
220
+
221
+ test-empty :
222
+ runs-on : ubuntu-22.04
223
+ steps :
224
+ - name : Checkout 🛎
225
+ uses : actions/checkout@v4
226
+ - name : Run an empty Cypress split 🧪
227
+ # https://github.com/cypress-io/github-action
228
+ uses : cypress-io/github-action@v6
229
+ with :
219
230
command : npm run empty
220
231
221
232
test-user-spec-list :
@@ -368,6 +379,7 @@ jobs:
368
379
test-find-timings-file,
369
380
test-spec-wildcard,
370
381
preview,
382
+ check-dependencies,
371
383
]
372
384
runs-on : ubuntu-22.04
373
385
steps :
You can’t perform that action at this time.
0 commit comments