Created dir for test results

This commit is contained in:
Chase King 2025-03-07 10:09:12 -05:00
parent af63c7a297
commit ed4e2ea33c

View file

@ -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..."