1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 10:54:56 +02:00
This commit is contained in:
syuilo
2026-07-09 12:18:08 +09:00
parent ccd16fa5b3
commit a7118a7cb6
2 changed files with 2 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ jobs:
- name: Install Playwright browsers
working-directory: after/packages/frontend
run: pnpm exec playwright install --with-deps chromium
run: pnpm exec playwright install --with-deps --no-shell chromium
- name: Measure frontend browser metrics
shell: bash