mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
misc(test): make E2E test use stable Yarn berry (#6848)
This commit is contained in:
parent
3e38380b69
commit
4e6166f326
1 changed files with 0 additions and 3 deletions
3
.github/workflows/tests-e2e.yml
vendored
3
.github/workflows/tests-e2e.yml
vendored
|
@ -72,9 +72,6 @@ jobs:
|
|||
- name: Install test-website project with Yarn Berry and nodeLinker = ${{ matrix.nodeLinker }}
|
||||
run: |
|
||||
yarn set version berry
|
||||
# https://github.com/facebook/docusaurus/pull/6350#issuecomment-1013214763
|
||||
# Remove this after Yarn 3.2
|
||||
yarn set version canary
|
||||
|
||||
yarn config set nodeLinker ${{ matrix.nodeLinker }}
|
||||
yarn config set npmRegistryServer http://localhost:4873
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue