Skip to content

Commit

Permalink
Fix(ci): Enable Corepack and install immutable in E2E pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jun 21, 2024
1 parent d124b66 commit fb70d70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
uses: bahmutov/[email protected]
with:
useRollingCache: true
install-command: yarn --immutable

# Wait for the Netlify preview URL to be ready
- name: Wait for Netlify Deploy
Expand Down

0 comments on commit fb70d70

Please sign in to comment.