Skip to content

Commit fe376a1

Browse files
committed
fixup!: use yarn install in ci
1 parent 4a6a57d commit fe376a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
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 --ignore-scripts && cd test && yarn install
292+
run: 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 --ignore-scripts && cd test && yarn install
428+
run: yarn install
429429

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

0 commit comments

Comments
 (0)