Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Jan 7, 2024
1 parent 68e1fd4 commit a63dad9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ jobs:
bash tools/get_test_cloud.sh > cloudinary_url.txt
echo "CLOUDINARY_URL=$(cat cloudinary_url.txt)" >> $GITHUB_ENV
- name: Use Cloudinary URL in Further Steps
run: echo $CLOUDINARY_URL
- name: Wait for Emulator
run: |
emulator -list-avds # Lists available emulators for reference
emulator -avd your_emulator_name -no-window -no-audio &
android-wait-for-emulator
adb devices # Check if the emulator is recognized as a connected device
- name: Build and Test
run: ./gradlew clean connectedCheck

0 comments on commit a63dad9

Please sign in to comment.