Skip to content

Commit

Permalink
ci: only install chromium for playwright (#8589)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jun 14, 2022
1 parent b4bddb9 commit b1baca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -59,8 +59,9 @@ jobs:
- name: Install deps
run: pnpm install

# This could be removed when https://github.com/pnpm/pnpm/issues/4888 is resolved
- name: Install Playwright
run: pnpm playwright install
run: pnpm playwright install chromium

- name: Build
run: pnpm run build
Expand Down

0 comments on commit b1baca7

Please sign in to comment.