Try to upload integration test report log

This commit is contained in:
Benoit Marty 2022-09-19 18:36:01 +02:00
parent 0c28384ece
commit aa010dedff

View file

@ -95,6 +95,15 @@ jobs:
### ./gradlew instrumentationTestsWithCoverage $CI_GRADLE_ARG_PROPERTIES
### ./gradlew generateCoverageReport $CI_GRADLE_ARG_PROPERTIES
- name: Upload Integration Test Report Log
uses: actions/upload-artifact@v3
if: always()
with:
name: integration-test-error-results
path: |
*/build/outputs/androidTest-results/connected/
*/build/reports/androidTests/connected/
# we may have failed a previous step and retried, that's OK
- name: Publish results to Sonar
env: