Skip to content

Commit 8a191c3

Browse files
committed
install only playwright chrome installation
1 parent aff9a40 commit 8a191c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_actions_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
source .venv/bin/activate
2828
pip install -r requirements.txt
2929
30-
- name: Install Playwright Browsers
30+
- name: Install Playwright Chrome
3131
run: |
32-
npx playwright install
32+
npx playwright install chromium
3333
3434
- name: Run tests
3535
run: |

0 commit comments

Comments
 (0)