Skip to content

Commit

Permalink
Install playwright with dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Dec 20, 2023
1 parent 1081367 commit b3edcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm ci --legacy-peer-deps

- name: Playwright install
run: npx playwright install
run: npx playwright install --with-deps

- name: Run Playwright
env:
Expand Down

0 comments on commit b3edcf2

Please sign in to comment.