Skip to content

Commit

Permalink
try re-enabling data integration tests
Browse files Browse the repository at this point in the history
ref #1173
  • Loading branch information
collinbarrett committed Feb 8, 2020
1 parent 87dfb7b commit 8c3da24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/azure-pipelines.api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,18 @@ steps:
inputs:
command: "volume"
arguments: "create test-data-results"
enabled: false

- task: DockerCompose@0
displayName: "up test-data db"
inputs:
dockerComposeFile: "docker-compose.data.tests.yml"
dockerComposeCommand: "up -d mariadb"
enabled: false

- task: DockerCompose@0
displayName: "run test-data"
inputs:
dockerComposeFile: "docker-compose.data.tests.yml"
dockerComposeCommand: "run api"
enabled: false

- task: Docker@2
displayName: "create volume test-services-results"
Expand All @@ -83,15 +80,13 @@ steps:
command: "container"
arguments: "create --name test-data-results -v test-data-results:/results hello-world"
condition: "succeededOrFailed()"
enabled: false

- task: Docker@2
displayName: "copy out test-data results"
inputs:
command: "cp"
arguments: "test-data-results:/results $(System.DefaultWorkingDirectory)"
condition: "succeededOrFailed()"
enabled: false

- task: Docker@2
displayName: "create container test-services-results"
Expand Down

0 comments on commit 8c3da24

Please sign in to comment.