Revert "delay creating test-data-results vol"

This reverts commit 5e96e1fd7e.
This commit is contained in:
Collin M. Barrett 2019-09-27 16:22:17 -05:00
parent 5e96e1fd7e
commit 601fb014ca

View file

@ -44,18 +44,18 @@ pool:
vmImage: "ubuntu-latest"
steps:
- task: DockerCompose@0
displayName: "up test-data db"
inputs:
dockerComposeFile: "docker-compose.data.tests.yml"
dockerComposeCommand: "up -d mariadb"
- task: Docker@2
displayName: "create volume test-data-results"
inputs:
command: volume
arguments: "create test-data-results"
- task: DockerCompose@0
displayName: "up test-data db"
inputs:
dockerComposeFile: "docker-compose.data.tests.yml"
dockerComposeCommand: "up -d mariadb"
- task: DockerCompose@0
displayName: "run test-data"
inputs: