run publish after unit tests

This commit is contained in:
Pritimay Sarkar
2024-01-26 08:22:46 +05:30
parent 1871f8c77a
commit bddebfaf2e

View File

@@ -94,9 +94,8 @@ publishTestResults:
stage: test
script:
- echo "Publishing JUnit test results"
dependencies:
- debugTests
needs: [debugTests]
artifacts:
when: always
reports:
junit: app/build/test-results/testDebug/*.xml
junit: app/build/test-results/testDebugUnitTest/*.xml