From de317c127fb62f902b47b6cd4244783d255d5cd2 Mon Sep 17 00:00:00 2001 From: Chase King Date: Tue, 25 Feb 2025 15:27:06 -0500 Subject: [PATCH] Moved tasks around --- azure-pipelines-automated-testing.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 3158222f..b568320c 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -129,14 +129,6 @@ stages: - job: download_and_merge_reports dependsOn: playwright_tests steps: - - task: Docker@2 - displayName: 'Build Docker Image' - inputs: - command: build - dockerfile: Dockerfile.playwright - repository: $(dockerImageName) - tags: $(imageTag) - arguments: '--no-cache --pull' - task: DownloadPipelineArtifact@2 inputs: targetPath: '$(System.DefaultWorkingDirectory)/playwright-reports' @@ -149,6 +141,14 @@ stages: done ls displayName: move_reports + - task: Docker@2 + displayName: 'Build Docker Image' + inputs: + command: build + dockerfile: Dockerfile.playwright + repository: $(dockerImageName) + tags: $(imageTag) + arguments: '--no-cache --pull' - bash: | # Create container for jira writeback container_id=$(docker create \