Skip to content

Commit

Permalink
chore: only use headless chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
edmulraney committed Feb 24, 2025
1 parent 1f8fa99 commit f346cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: "pnpm"

- name: Setup Playwright
run: pnpx playwright install --with-deps
run: pnpx playwright install --with-deps --only-shell

- name: Install dependencies
run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit f346cb6

Please sign in to comment.