Skip to content

Commit 895a557

Browse files
committed
Add --activate back
1 parent 8bc5b9c commit 895a557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-e2e-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ runs:
200200
YARN_VERSION: ${{ inputs.yarn-version }}
201201
shell: bash
202202
run: |
203-
echo "COREPACK_COMMAND=corepack enable && corepack prepare yarn@$YARN_VERSION" >> "$GITHUB_OUTPUT"
203+
echo "COREPACK_COMMAND=corepack enable && corepack prepare yarn@$YARN_VERSION --activate" >> "$GITHUB_OUTPUT"
204204
205205
- name: Corepack
206206
id: corepack

0 commit comments

Comments
 (0)