mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-11 12:05:53 +00:00
chore: optimize playwright gha (#19435)
This commit is contained in:
parent
03966146fe
commit
3a9e79a452
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -461,7 +461,7 @@ jobs:
|
|||
if: ${{ !cancelled() }}
|
||||
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps chromium
|
||||
run: npx playwright install chromium --only-shell
|
||||
if: ${{ !cancelled() }}
|
||||
|
||||
- name: Docker build
|
||||
|
|
|
|||
Loading…
Reference in a new issue