ci with broker --check
This commit is contained in:
parent
d3446fa467
commit
e56c29af91
|
@ -20,6 +20,7 @@ test-api-dev:
|
||||||
script:
|
script:
|
||||||
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci up -d
|
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci up -d
|
||||||
- sleep 30
|
- 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"
|
- docker exec -t v3-user sh -c "npm run test:integration"
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH || $CI_COMMIT_MESSAGE =~ /--check/ || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH || $CI_COMMIT_MESSAGE =~ /--check/ || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
|
|
Loading…
Reference in New Issue