Created dir for test results
This commit is contained in:
parent
af63c7a297
commit
ed4e2ea33c
1 changed files with 1 additions and 0 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue