Skip to content

Commit

Permalink
chore: use simpler pnpm playwright install command in CI (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 24, 2023
1 parent 14d4d52 commit 81a11cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- name: Install Playwright Browsers
run: pnpm dlx playwright install --with-deps
run: pnpm playwright install --with-deps
- name: Run Playwright tests
run: pnpm test:ci
- uses: actions/upload-artifact@v3
Expand Down

1 comment on commit 81a11cf

@vercel
Copy link

@vercel vercel bot commented on 81a11cf Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.