From da94341b9f3ec9cd9a3db0e056a40a3ed5ce7dce Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 1 Oct 2025 14:53:07 -0400 Subject: [PATCH] test misskey-js in pipelines --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 401e95c50f..8ea74c3f92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -182,6 +182,12 @@ misskey-js_tests: - pnpm run --filter misskey-js build - pnpm run --filter misskey-js test +misskey-js_tests: + <<: *test_common + script: + - pnpm run --filter misskey-js build + - pnpm run --filter misskey-js test + get_image_tag: <<: *deploy_common image: