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 f2d5850 commit dd86c42Copy full SHA for dd86c42
.github/workflows/ci.yaml
@@ -289,7 +289,7 @@ jobs:
289
run: source scl_source enable devtoolset-9 && yarn release:standalone
290
291
- name: Install test dependencies
292
- run: yarn install
+ run: SKIP_SUBMODULE_DEPS=1 yarn install
293
294
- name: Run integration tests on standalone release
295
run: yarn test:integration
@@ -425,7 +425,7 @@ jobs:
425
run: yarn release:standalone
426
427
428
429
430
431
0 commit comments