Skip to content

Commit

Permalink
Added playwright browser dependency installation to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Oct 21, 2023
1 parent c5658b2 commit 1d15dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: "Install playwright browsers"
run: |
npx playwright install
npx playwright install --with-deps
- name: "Run tests"
run: |
Expand Down

0 comments on commit 1d15dbb

Please sign in to comment.