From abfdbb9f4cbec4dd77848f8b67f9ff41abb47d1c Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Tue, 7 Oct 2025 19:41:00 -0400 Subject: [PATCH] fix dependencies in gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07df226ca0..36933c98af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -129,6 +129,8 @@ backend_tests: pull_policy: if-not-present script: - pnpm run --filter misskey-js build + - pnpm run --filter misskey-bubble-game build + - pnpm run --filter misskey-reversi build - pnpm run --filter megalodon build - pnpm run --filter backend build - pnpm run --filter backend migrate @@ -151,9 +153,10 @@ frontend_tests: <<: *test_common script: - pnpm run --filter misskey-js build - - pnpm run --filter megalodon build + - pnpm run --filter misskey-bubble-game build + - pnpm run --filter misskey-reversi build + - pnpm run --filter sw build - pnpm run --filter frontend-shared build - - pnpm run --filter frontend-embed build - pnpm run --filter frontend build - pnpm run --filter frontend test # Same as common, but MRs are only run if they modify the frontend.