srctree

Robin Linden parent f4dde74c dabdc881
Disable unstable test in CI

inlinesplit
.github/workflows/ci.yaml added: 3, removed: 2, total 1
@@ -4,11 +4,12 @@ jobs:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
# TODO(robinlinden): Fix tests failing sporadically in CI.
- name: Test
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck || { adb logcat -d; exit 1; }
script: ./gradlew connectedCheck -x :atox:connectedAndroidTest -x :domain:connectedAndroidTest || { adb logcat -d; exit 1; }
 
ktlint:
runs-on: ubuntu-18.04