From 2bdf1a52734582b0bc0de1b990da228b35373774 Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:08:31 +0900 Subject: [PATCH] fix(ci): skip frontend build --- .github/workflows/test-federation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |