Skip to content

Commit

Permalink
add corepack to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NolwenMajorFrances committed Aug 21, 2024
1 parent 54a7bdb commit 74a9b21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dev_on_workflow_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
name: "Install yarn dependencies"
runs-on: ubuntu-latest
steps:
- name: Enable Corepack
run: corepack enable
- name: Which corepack
run: which node corepack
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -57,8 +61,12 @@ jobs:
gcp-zone: europe-west1
gcp-project-id: passculture-infra-prod
gcp-registry-id: pass-culture-npmjs-remote
- name : Which yarn before dependencies
run: yarn --version
- name: Install dependencies
run: yarn install
- name : Which yarn before dependencies
run: yarn --version

bundle-install:
name: "Install runtime environment"
Expand Down

0 comments on commit 74a9b21

Please sign in to comment.