test ci --check

This commit is contained in:
Gsk54 2023-01-10 12:34:22 +01:00
parent a123004d95
commit 9e8008a324
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ integration-test:
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci up -d
- sh ci/wait-up.sh
- docker exec -t v3-user sh -c "npm run test:integration:ci"
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH || $CI_COMMIT_MESSAGE =~ /--check/ || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: always