Skip to content

Commit

Permalink
Install chromium only
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Nov 1, 2023
1 parent 264df86 commit 5b33b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
run: npm run webpack:prod
shell: bash
- name: Install playwright browsers
run: yarn playwright install --with-deps
run: yarn playwright install --with-deps chromium
shell: bash
- name: Run playwright e2e tests
run: yarn run pw:run
Expand Down

0 comments on commit 5b33b7f

Please sign in to comment.