From c49df8730ddf483d26f32f6a8360dd282ffc9b05 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:23:06 +0900 Subject: [PATCH] fix --- .github/workflows/test-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index d63abe2f66..b830f4ff1f 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -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