Compare commits

..

1 Commits

Author SHA1 Message Date
37cd7d5d8c ci: Instrumentation tests coverage in ci.
Some checks failed
Check PR code / BuildAndTestAndCoverage (pull_request) Failing after 49m44s
2025-03-20 17:27:54 +01:00

View File

@ -43,7 +43,8 @@ jobs:
with:
api-level: 29
script: |
./gradlew androidApp:connectedAndroidTest || true
./gradlew androidApp:connectedAndroidTest
killall -INT crashpad_handler || true
./gradlew androidApp:fetchScreenshots
- uses: actions/upload-artifact@v3
if: failure()