From aa010dedff4e9070a559410eaa4fe9d896cd3699 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 19 Sep 2022 18:36:01 +0200 Subject: [PATCH] Try to upload integration test report log --- .github/workflows/tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 07eeec5643..fb8e3080ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: