diff --git a/scaffold/github/workflows/TestFunctional.yml b/scaffold/github/workflows/TestFunctional.yml index 44500b8c..54518059 100644 --- a/scaffold/github/workflows/TestFunctional.yml +++ b/scaffold/github/workflows/TestFunctional.yml @@ -62,4 +62,4 @@ jobs: comment_mode: off files: | test_result/**/*.xml - test-results/**/*.json + test-result/**/*.json diff --git a/scaffold/github/workflows/TestStatic.yml b/scaffold/github/workflows/TestStatic.yml index b5563050..1e0071a6 100644 --- a/scaffold/github/workflows/TestStatic.yml +++ b/scaffold/github/workflows/TestStatic.yml @@ -49,4 +49,4 @@ jobs: comment_mode: off files: | test_result/**/*.xml - test-results/**/*.json + test-result/**/*.json diff --git a/tasks/test.yml b/tasks/test.yml index d5277286..ea0c5a12 100644 --- a/tasks/test.yml +++ b/tasks/test.yml @@ -342,3 +342,7 @@ tasks: echo "Unable to figure out which package manager is in use" exit 1; fi + if [ -d "vrt-report" ]; then + mkdir -p test_result + mv vrt-report test_result/vrt-report + fi