Skip to content

Commit acdddc7

Browse files
committed
update for pnpm
1 parent daef168 commit acdddc7

File tree

2 files changed

+61
-19
lines changed

2 files changed

+61
-19
lines changed

.github/workflows/playwright.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ jobs:
2828
with:
2929
node-version: lts/*
3030

31+
- name: Setup pnpm
32+
uses: pnpm/action-setup@v2
33+
3134
- name: Install dependencies
32-
run: yarn
35+
run: pnpm install
3336

3437
- name: Install Playwright with all browsers
3538
run: npx playwright install --with-deps
3639

3740
- name: Run E2E Tests on Netlify URL
38-
run: yarn test:e2e
41+
run: pnpm test:e2e
3942
env:
4043
PLAYWRIGHT_TEST_BASE_URL: ${{ steps.netlify_deploy.outputs.url }}
4144

pnpm-lock.yaml

Lines changed: 56 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)