Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 17, 2024
1 parent 8821ed4 commit c5c8bdb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,7 @@ jobs:
if: matrix.end-to-end == false
# end-to-end tests
- name: Install e2e tests dependencies
run: playwright install chromium
if: matrix.end-to-end
- name: Install e2e tests dependencies
run: python -m playwright install --with-deps
run: python -m playwright install --with-deps chromium
if: matrix.end-to-end
- name: Run end-to-end tests
run: |
Expand Down

0 comments on commit c5c8bdb

Please sign in to comment.