mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
delay creating test-data-results vol
This commit is contained in:
parent
a1b31d42cc
commit
5e96e1fd7e
1 changed files with 6 additions and 6 deletions
|
|
@ -44,18 +44,18 @@ pool:
|
|||
vmImage: "ubuntu-latest"
|
||||
|
||||
steps:
|
||||
- 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: Docker@2
|
||||
displayName: "create volume test-data-results"
|
||||
inputs:
|
||||
command: volume
|
||||
arguments: "create test-data-results"
|
||||
|
||||
- task: DockerCompose@0
|
||||
displayName: "run test-data"
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue