We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6a57d commit fe376a1Copy full SHA for fe376a1
.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 --ignore-scripts && cd test && yarn install
+ run: 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