Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Jul 19, 2024
1 parent 0f5453e commit 64f1667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android_clean_build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
working-directory: ./demo_project
script: echo "Emulator launched"

- run: |
- name: Launch app
working-directory: ./demo_project
run: |
flutter run -d "sdk gphone64"
q

0 comments on commit 64f1667

Please sign in to comment.