ci: run build:debug and cache artifacts to compile native-utils faster
This commit is contained in:
parent
6a9820da58
commit
4de05b6e05
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue