Skip to content

Commit

Permalink
ci: #373 install only chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Nov 2, 2024
1 parent b5d3192 commit 528d0ec
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 @@ -49,7 +49,7 @@ jobs:
run: pnpm build

- name: Install Playwright Browsers
run: pnpm playwright install --with-deps
run: pnpm playwright install chromium --with-deps

- name: Test
run: pnpm test

0 comments on commit 528d0ec

Please sign in to comment.