Skip to content

Commit

Permalink
Added installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Jul 22, 2024
1 parent 64f1667 commit a4b8fef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android_clean_build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cd demo_project
sed -i 's/"org.jetbrains.kotlin.android" version "1.7.10"/"org.jetbrains.kotlin.android" version "1.8.10"/g' android/settings.gradle
flutter pub add adyen_checkout
flutter build apk --debug
- name: Gradle cache
uses: gradle/actions/setup-gradle@v3
Expand Down Expand Up @@ -83,6 +84,6 @@ jobs:
- name: Launch app
working-directory: ./demo_project
run: |
flutter run -d "sdk gphone64"
q
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 a4b8fef

Please sign in to comment.