ci with broker --check

This commit is contained in:
Gsk54 2023-01-10 08:59:50 +01:00
parent d3446fa467
commit e56c29af91
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ test-api-dev:
script:
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci up -d
- sleep 30
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci logs
- 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'