From 5e96e1fd7ea43cec33c31d8c65b10eb518188b3a Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 27 Sep 2019 16:15:48 -0500 Subject: [PATCH] delay creating test-data-results vol --- azure-pipelines.api.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.api.yaml b/azure-pipelines.api.yaml index b33d75ad7..cd5cc9724 100644 --- a/azure-pipelines.api.yaml +++ b/azure-pipelines.api.yaml @@ -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: