more docker integration test tweaks
This commit is contained in:
parent
7d62a23b36
commit
7841dec5d8
9 changed files with 39 additions and 62 deletions
15
circle.yml
15
circle.yml
|
@ -48,6 +48,8 @@ jobs:
|
|||
docker-compose --version
|
||||
- run:
|
||||
command: npm run test-integration
|
||||
- store_artifacts:
|
||||
path: coverage/send-test.html
|
||||
deploy_dev:
|
||||
machine: true
|
||||
steps:
|
||||
|
@ -114,10 +116,19 @@ workflows:
|
|||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v.*/
|
||||
- deploy_stage:
|
||||
- integration_tests:
|
||||
requires:
|
||||
- build
|
||||
- test
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v.*/
|
||||
- deploy_stage:
|
||||
requires:
|
||||
- build
|
||||
- test
|
||||
- integration_tests
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue