From ed4e2ea33c677faea1dacb6fc401f3f6dc504298 Mon Sep 17 00:00:00 2001 From: Chase King Date: Fri, 7 Mar 2025 10:09:12 -0500 Subject: [PATCH] Created dir for test results --- azure-pipelines-automated-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 44f71cc5..3a34e8be 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -176,6 +176,7 @@ stages: # Create directory for test results echo "Creating test results directory..." mkdir -p $(System.DefaultWorkingDirectory)/ortoni-report + mkdir -p $(System.DefaultWorkingDirectory)/test-results # Copy test results from container echo "Copying test results..."