Skip to content

Commit

Permalink
Only install Chromium (#107)
Browse files Browse the repository at this point in the history
* Only install FF

* specify browser. Works locally.

* install Chromium instead
  • Loading branch information
mccalluc authored Oct 31, 2024
1 parent acb50ed commit 3df19d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: pip install -r requirements-dev.txt

- name: Install browsers
run: playwright install
# Install just one browser instead of the default three.
# https://playwright.dev/python/docs/browsers#managing-browser-binaries
run: playwright install chromium

- name: Test
run: ./ci.sh
Expand Down

0 comments on commit 3df19d6

Please sign in to comment.