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

View File

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