Skip to content

Commit dd86c42

Browse files
committed
fixup!: skip submod deps
1 parent f2d5850 commit dd86c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
run: source scl_source enable devtoolset-9 && yarn release:standalone
290290

291291
- name: Install test dependencies
292-
run: yarn install
292+
run: SKIP_SUBMODULE_DEPS=1 yarn install
293293

294294
- name: Run integration tests on standalone release
295295
run: yarn test:integration
@@ -425,7 +425,7 @@ jobs:
425425
run: yarn release:standalone
426426

427427
- name: Install test dependencies
428-
run: yarn install
428+
run: SKIP_SUBMODULE_DEPS=1 yarn install
429429

430430
- name: Run integration tests on standalone release
431431
run: yarn test:integration

0 commit comments

Comments
 (0)