Skip to content

Commit a245bf9

Browse files
authored
fix: bump dependencies to satisfy the audit (#403)
* use separate job for dependencies * fix: bump dependencies to solve warnings
1 parent 0ba18be commit a245bf9

File tree

3 files changed

+340
-165
lines changed

3 files changed

+340
-165
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
# do not write summary to github
207207
SPLIT_SUMMARY: false
208208

209-
test-empty:
209+
check-dependencies:
210210
runs-on: ubuntu-22.04
211211
steps:
212212
- name: Checkout 🛎
@@ -216,6 +216,17 @@ jobs:
216216
uses: cypress-io/github-action@v6
217217
with:
218218
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:
219230
command: npm run empty
220231

221232
test-user-spec-list:
@@ -368,6 +379,7 @@ jobs:
368379
test-find-timings-file,
369380
test-spec-wildcard,
370381
preview,
382+
check-dependencies,
371383
]
372384
runs-on: ubuntu-22.04
373385
steps:

0 commit comments

Comments
 (0)