diff --git a/.github/workflows/test-dev.yml b/.github/workflows/test-dev.yml index f01bc1e..61a85f7 100644 --- a/.github/workflows/test-dev.yml +++ b/.github/workflows/test-dev.yml @@ -44,19 +44,21 @@ jobs: - name: Cache AVD uses: actions/cache@v4 with: - path: | - ~/.android/avd - ~/.android/adb* + path: ~/.avd key: avd-${{ hashFiles('lib/build.gradle.kts') }} # gradle-managed devices are defined there - name: Run device tests run: ./gradlew --no-daemon virtualCheck + - name: DEBUG Log file names + run: find ~ >>files.txt + - name: Archive results uses: actions/upload-artifact@v4 if: always() with: name: test-results path: | + files.txt lib/build/reports overwrite: true \ No newline at end of file