mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-27 03:52:41 +00:00
refactor: app deployment
This commit is contained in:
@@ -1,15 +1,21 @@
|
||||
integration:backend:
|
||||
image: registry.gitlab.com/openstapps/projectmanagement/builder:v18
|
||||
stage: test
|
||||
dependencies:
|
||||
- build
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
WAIT_FOR_SERVICES_TIMEOUT: 1
|
||||
services:
|
||||
- docker:dind
|
||||
- name: registry.gitlab.com/openstapps/database:latest
|
||||
alias: elasticsearch
|
||||
script:
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- pnpm install --offline
|
||||
- pnpm --filter=@openstapps/backend --filter=@openstapps/api-cli install --prefer-offline
|
||||
- pnpm test:integration
|
||||
tags:
|
||||
- secrecy
|
||||
- performance
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- backend/backend/coverage/integration-report-junit.xml
|
||||
reports:
|
||||
junit:
|
||||
- backend/backend/coverage/integration-report-junit.xml
|
||||
|
||||
Reference in New Issue
Block a user