Skip to content

Commit

Permalink
fixup! 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 26343b9 commit 9294e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run Playwright tests
uses: docker://mcr.microsoft.com/playwright:v1.44.1-jammy
with:
args: corepack install
args: 'corepack install && yarn test:e2e'
env:
WEBSITE_URL: ${{ steps.get-netlify-preview-url.outcome == 'success' && steps.get-netlify-preview-url.outputs.url || steps.get-site-url.outputs.site_url }}

Expand Down

0 comments on commit 9294e20

Please sign in to comment.