change reports folder

This commit is contained in:
Pritimay Sarkar
2024-01-26 08:41:00 +05:30
parent bddebfaf2e
commit 3c4a1fa56b

View File

@@ -94,8 +94,10 @@ publishTestResults:
stage: test
script:
- echo "Publishing JUnit test results"
- mkdir -p junit-reports
- find app/build/test-results -type f -name "testDebugUnitTest*.xml" -exec cp {} junit-reports/ \;
needs: [debugTests]
artifacts:
when: always
reports:
junit: app/build/test-results/testDebugUnitTest/*.xml
junit: junit-reports/*.xml