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.
--activate
1 parent 8bc5b9c commit 895a557Copy full SHA for 895a557
.github/actions/setup-e2e-env/action.yml
@@ -200,7 +200,7 @@ runs:
200
YARN_VERSION: ${{ inputs.yarn-version }}
201
shell: bash
202
run: |
203
- echo "COREPACK_COMMAND=corepack enable && corepack prepare yarn@$YARN_VERSION" >> "$GITHUB_OUTPUT"
+ echo "COREPACK_COMMAND=corepack enable && corepack prepare yarn@$YARN_VERSION --activate" >> "$GITHUB_OUTPUT"
204
205
- name: Corepack
206
id: corepack
0 commit comments