Skip to content

Commit

Permalink
chore: only download Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrich committed Nov 20, 2023
1 parent b4056dc commit 1c89cf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright
run: npx playwright install --with-deps
run: npx playwright install chromium --with-deps
- name: Run Playwright tests
run: npm test
env:
Expand Down

0 comments on commit 1c89cf1

Please sign in to comment.