️(ci) save time on CI by not downloading already present browser

See https://github.com/microsoft/playwright/issues/23388
This commit is contained in:
Laurent Bossavit
2025-02-15 13:09:26 +01:00
committed by Laurent Bossavit
parent 110fc82250
commit d29b5141b1
2 changed files with 1 additions and 4 deletions

View File

@@ -201,9 +201,6 @@ jobs:
run: |
make dimail-setup-db
- name: Install Playwright Browsers
run: cd src/frontend/apps/e2e && yarn install
- name: Run e2e tests
run: cd src/frontend/ && yarn e2e:test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}