mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-23 10:02:51 +00:00
ci: include backend integration tests
This commit is contained in:
15
backend/backend/.gitlab-ci.yml
Normal file
15
backend/backend/.gitlab-ci.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
integration:backend:
|
||||
image: registry.gitlab.com/openstapps/projectmanagement/builder:v18
|
||||
stage: test
|
||||
dependencies:
|
||||
- build
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- pnpm install --offline
|
||||
- pnpm test:integration
|
||||
tags:
|
||||
- secrecy
|
||||
Reference in New Issue
Block a user