ci: run build:debug and cache artifacts to compile native-utils faster

This commit is contained in:
Namekuji 2023-07-30 21:15:33 +00:00
parent 6a9820da58
commit 4de05b6e05
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ testCommit:
stage: build
script:
- pnpm i --frozen-lockfile
- pnpm run build
- pnpm run build:debug
- pnpm run migrate
only:
- main
@ -66,4 +66,4 @@ cache:
- node_modules/
- packages/*/node_modules/
- packages/backend/native-utils/node_modules/
- packages/backend/native-utils/.cargo/
- packages/backend/native-utils/target/