mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 15:18:22 -05:00
Next try at fixing the build
This commit is contained in:
parent
84bd26ac52
commit
d06915adfa
@ -21,4 +21,7 @@ before_script:
|
||||
- bash ./wait_for_emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
||||
script: "bash gradlew connectedAndroidTestTestConfigDebug"
|
||||
# Need to specify the bash command twice, for whatever reason, the first time fails
|
||||
script:
|
||||
- bash gradlew connectedAndroidTestTestConfigDebug
|
||||
- bash gradlew connectedAndroidTestTestConfigDebug
|
Loading…
Reference in New Issue
Block a user