From e24922ad14c35088c12cb644831c6b6da41c83c0 Mon Sep 17 00:00:00 2001 From: Victor Andreasson Date: Mon, 18 Mar 2024 16:46:32 +0100 Subject: [PATCH] Try uploading test report --- .github/workflows/test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3b3c60f01..7edc5c67f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -68,3 +68,10 @@ jobs: disable-spellchecker: true profile: Nexus 6 script: ./gradlew connectedCheck + + - name: Upload artifact + uses: actions/upload-artifact@v4 + with: + path: ~/work/orgzly-android-revived/orgzly-android-revived/app/build/reports/androidTests/connected/flavors/fdroid/index.html + retention-days: 1 + overwrite: true