⚡️(ci) save time on CI by not downloading already present browser
See https://github.com/microsoft/playwright/issues/23388
This commit is contained in:
committed by
Laurent Bossavit
parent
110fc82250
commit
d29b5141b1
3
.github/workflows/people.yml
vendored
3
.github/workflows/people.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user