ci with broker --check

This commit is contained in:
Gsk54 2023-01-10 08:56:04 +01:00
parent b8b1109fcf
commit d3446fa467
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ test-api-dev:
- docker:dind
script:
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci up -d
- sleep 30
- docker exec -t v3-user sh -c "npm run test:integration"
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH || $CI_COMMIT_MESSAGE =~ /--check/ || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: always