mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "delay creating test-data-results vol"
This reverts commit 5e96e1fd7e.
This commit is contained in:
parent
5e96e1fd7e
commit
601fb014ca
1 changed files with 6 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue