mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
delay creating services test results volume
This commit is contained in:
parent
ad0171f1d2
commit
a1b31d42cc
1 changed files with 6 additions and 6 deletions
|
|
@ -50,12 +50,6 @@ steps:
|
|||
command: volume
|
||||
arguments: "create test-data-results"
|
||||
|
||||
- task: Docker@2
|
||||
displayName: "create volume test-services-results"
|
||||
inputs:
|
||||
command: volume
|
||||
arguments: "create test-services-results"
|
||||
|
||||
- task: DockerCompose@0
|
||||
displayName: "up test-data db"
|
||||
inputs:
|
||||
|
|
@ -68,6 +62,12 @@ steps:
|
|||
dockerComposeFile: "docker-compose.data.tests.yml"
|
||||
dockerComposeCommand: "run api"
|
||||
|
||||
- task: Docker@2
|
||||
displayName: "create volume test-services-results"
|
||||
inputs:
|
||||
command: volume
|
||||
arguments: "create test-services-results"
|
||||
|
||||
- task: DockerCompose@0
|
||||
displayName: "run test-services"
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue