fix ci
This commit is contained in:
parent
a655ff9243
commit
53e16754f7
|
@ -18,6 +18,7 @@ test:
|
|||
script:
|
||||
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci up -d
|
||||
- sh ci/wait-up.sh
|
||||
- sleep 30
|
||||
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci logs
|
||||
- docker exec -t v3-territory sh -c "npm run test:integration:ci"
|
||||
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
||||
|
|
Loading…
Reference in New Issue