fix dependencies in gitlab-ci.yml
This commit is contained in:
parent
05be2596ea
commit
abfdbb9f4c
1 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue