mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 20:14:55 +02:00
fix
This commit is contained in:
3
.github/workflows/test-frontend.yml
vendored
3
.github/workflows/test-frontend.yml
vendored
@@ -87,7 +87,8 @@ jobs:
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
- name: Playwright install
|
||||
run: pnpm dlx playwright install --with-deps chromium
|
||||
working-directory: packages/frontend
|
||||
run: pnpm exec 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
|
||||
|
||||
Reference in New Issue
Block a user