From f89b3b0e1c88ef2b5b261e3a1c4b4ddf90ade818 Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Wed, 27 Dec 2023 10:57:58 +0300 Subject: [PATCH] Attempt to see the test results --- .github/workflows/integration_tests.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 8d4e2d73c..42bc0b27a 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -25,4 +25,10 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 28 - script: ./gradlew sdk:connectedAndroidTest \ No newline at end of file + script: ./gradlew sdk:connectedAndroidTest + + - name: Unit tests results + uses: actions/upload-artifact@v3 + with: + name: test-results + path: sdk/build/reports/androidTests/connected/index.html \ No newline at end of file