Skip to content

Commit 57090a9

Browse files
authored
Enable corepack and install dependencies in workflow
1 parent dbb3090 commit 57090a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/somedotest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
#az acr login --name $ACR_REGISTRY_NAME --username $TOKEN_NAME --password $PASSWORD
3232
3333
# Build and push dev images
34+
cd "$GITHUB_WORKSPACE/ref"
35+
corepack enable
36+
corepack prepare yarn@4.9.4 --activate
3437
yarn install
3538
npm install -g @devcontainers/cli
3639
GIT_BRANCH=$(echo "${{ github.ref }}" | grep -oP 'refs/(heads|tags)/\K(.+)')

0 commit comments

Comments
 (0)