1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 21:24:50 +02:00
This commit is contained in:
kakkokari-gtyih
2026-07-08 10:23:06 +09:00
parent 816baf286a
commit c49df8730d

View File

@@ -87,7 +87,7 @@ jobs:
- name: Build
run: pnpm build
- name: Playwright install
run: pnpm --filter frontend exec playwright install --with-deps chromium
run: pnpm dlx playwright install --with-deps chromium
- name: Vitest Browser E2E run
run: pnpm start-server-and-test start:test http://localhost:61812 "pnpm --filter frontend test:e2e"
timeout-minutes: 15