add ci --check

This commit is contained in:
Gsk54 2023-01-10 15:34:49 +01:00
parent b1224ed76c
commit bfd050b990
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ integration-test:
script:
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci up -d
- sh ci/wait-up.sh
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci logs
- docker exec -t v3-auth sh -c "npm run test:integration:ci"
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
rules: