refactor: speed up the pipeline by directly deploying the review app from the build step

This commit is contained in:
2023-06-28 11:37:39 +02:00
parent 6a8b3d2fe2
commit f1bc41c4df
16 changed files with 344 additions and 296 deletions

View File

@@ -9,7 +9,7 @@ integration:
- name: registry.gitlab.com/openstapps/database:latest
alias: elasticsearch
script:
- pnpm --filter=@openstapps/backend install --prefer-offline
- pnpm --filter=@openstapps/backend install
- pnpm test:integration:backend
artifacts:
when: always