Skip to content

Commit

Permalink
Added avd list
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Jul 23, 2024
1 parent 1799e7e commit 59dc58c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/android_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
api-level: [ 33 ]
# flutter-version: [ "3.16.0" ,"3.19.0", "3.22.0" ]
# flutter-version: [ "3.16.0" ,"3.19.0", "3.22.0" ]
flutter-version: [ "3.16.0" ]

steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
#Change minSdk and compileSdk version
sed -i 's/flutter.compileSdkVersion/34/g' android/app/build.gradle
sed -i 's/flutter.minSdkVersion/21/g' android/app/build.gradle
flutter pub add adyen_checkout
flutter build apk --debug
Expand All @@ -66,6 +66,11 @@ jobs:
~/.android/adb*
key: avd-${{ matrix.api-level }}

- name: list avd content
run: |
cd ~/.android/avd/
ls
- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 59dc58c

Please sign in to comment.