run publish after unit tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user