Skip to content

Commit

Permalink
Fix Cirrus configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Sep 12, 2023
1 parent 74cc453 commit 6a9584d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ check_android_task:
./gradlew assembleDebugAndroidTest
wait_for_avd_script:
adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 3; done; input keyevent 82'
install_app:
wget --output-document etar.apk https://f-droid.org/repo/ws.xsoh.etar_35.apk
adb install etar.apk
check_script: ./gradlew connectedAndroidTest

0 comments on commit 6a9584d

Please sign in to comment.