Skip to content

Commit

Permalink
test(e2e): dogfood Yarn with enableGlobalCache (#3673)
Browse files Browse the repository at this point in the history
* test(e2e): Yarn with enableGlobalCache

* Update e2e-test.yml

* Update e2e-test.yml
  • Loading branch information
ylemkimon authored Nov 2, 2020
1 parent 3242549 commit 9ff24d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
yarn config set pnpMode loose
yarn config set npmRegistryServer http://localhost:4873
yarn config set unsafeHttpWhitelist --json '["localhost"]'
yarn config set enableGlobalCache true
yarn install
- name: Start test-website project
run: cd test-website && yarn start --no-open
Expand Down

0 comments on commit 9ff24d7

Please sign in to comment.