Skip to content

Commit

Permalink
chore: only install chromium for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
dulnan committed Jul 5, 2024
1 parent 2b17e13 commit 2213936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
npm ci
npx playwright install --with-deps
npx playwright-core install chromium
- name: Module Builder
run: |
Expand Down

0 comments on commit 2213936

Please sign in to comment.