srctree

Robin Linden parent 9cf359c4 f4dde74c
Dump logcat when Android tests fail in CI

inlinesplit
.github/workflows/ci.yaml added: 2, removed: 2, total 0
@@ -8,7 +8,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck
script: ./gradlew connectedCheck || { adb logcat -d; exit 1; }
 
ktlint:
runs-on: ubuntu-18.04