Skip to content

Commit

Permalink
Used correct android emulator step
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Jul 22, 2024
1 parent a4b8fef commit 5db01ff
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/android_clean_build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,8 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
working-directory: ./demo_project
script: echo "Emulator launched"

- name: Launch app
working-directory: ./demo_project
run: |
adb install build/app/outputs/flutter-apk/app-debug.apk
adb shell monkey -p com.example.demo_project -c android.intent.category.LAUNCHER 1
script: |
echo "Emulator launched"
adb install build/app/outputs/flutter-apk/app-debug.apk
adb shell monkey -p com.example.demo_project -c android.intent.category.LAUNCHER 1

0 comments on commit 5db01ff

Please sign in to comment.