diff --git a/.github/workflows/test-federation.yml b/.github/workflows/test-federation.yml index d543b7432d..c71a2e9c99 100644 --- a/.github/workflows/test-federation.yml +++ b/.github/workflows/test-federation.yml @@ -35,8 +35,8 @@ jobs: - name: Build Misskey run: | corepack enable && corepack prepare - pnpm i --frozen-lockfile - pnpm build + pnpm --filter=!frontend i --frozen-lockfile + pnpm --filter=!frontend build pnpm -F backend build:fed - name: Setup run: |