From 67ff1969b0a57d813049f4d9b20b17fcee745566 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 6 Feb 2025 10:45:05 +0000 Subject: [PATCH] run more tests, now they pass --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab51d5cdff..256cb08fe9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,8 @@ testCommit: - pnpm install --frozen-lockfile - pnpm run build - pnpm run migrate - - pnpm run --filter='!megalodon' test - - pnpm run --filter=backend --filter=misskey-js lint + - pnpm run test + - pnpm run --filter=backend --filter=misskey-js --filter=frontend-shared lint - pnpm run --filter=frontend --filter=frontend-embed eslint cache: key: test