run publish after unit tests
This commit is contained in:
@@ -94,9 +94,8 @@ publishTestResults:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- echo "Publishing JUnit test results"
|
- echo "Publishing JUnit test results"
|
||||||
dependencies:
|
needs: [debugTests]
|
||||||
- debugTests
|
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: app/build/test-results/testDebug/*.xml
|
junit: app/build/test-results/testDebugUnitTest/*.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user