Skip to content

Commit

Permalink
[IMP] Trying not to install playwright browser dependencies and see i…
Browse files Browse the repository at this point in the history
…f it still works
  • Loading branch information
c8y3 committed Oct 2, 2024
1 parent b1d5467 commit bc4f815
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 @@ -66,7 +66,7 @@ jobs:
run: npm ci
- name: Install playwright dependencies
working-directory: e2e
run: npx playwright install --with-deps chromium firefox
run: npx playwright install chromium firefox
- name: Run end to end tests
working-directory: e2e
run: npx playwright test
Expand Down

0 comments on commit bc4f815

Please sign in to comment.