Skip to content

Commit 3279434

Browse files
committed
install only chrome browser
1 parent 48720ab commit 3279434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_actions_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Playwright Browsers
3232
run: |
3333
source .venv/bin/activate
34-
python -m playwright install --with-deps
34+
python -m playwright install chrome --with-deps
3535
3636
- name: create enviornment file from workflow
3737
run: |

0 commit comments

Comments
 (0)