Fix Drone CI
Some checks reported errors
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build was killed

This commit is contained in:
Amab 2024-08-11 21:52:32 +02:00
parent 564037be98
commit 2628810fe6

View File

@ -34,8 +34,8 @@ steps:
GRADLE_USER_HOME: /drone/src/.gradle GRADLE_USER_HOME: /drone/src/.gradle
commands: commands:
# Create and run emulator # Create and run emulator
- echo "no" | avdmanager --verbose create avd --force --name "generic_34" --package "system-images;android-34;google_apis;x86_64" --tag "google_apis" --abi "x86_64" - echo "no" | avdmanager --verbose create avd --force --name "generic_35" --package "system-images;android-35;google_apis;x86_64" --tag "google_apis" --abi "x86_64"
- emulator -avd "generic_34" -no-window -no-audio -no-boot-anim -netdelay none -no-snapshot -wipe-data -partition-size 1024 & - emulator -avd "generic_35" -no-window -no-audio -no-boot-anim -netdelay none -no-snapshot -wipe-data -partition-size 1024 &
# Wait for emulator to be ready # Wait for emulator to be ready
- android-wait-for-emulator.sh - android-wait-for-emulator.sh
# Run tests # Run tests