Skip to content

Commit

Permalink
Merge pull request #55 from SecUSo/fix/improve-android-test-workflow
Browse files Browse the repository at this point in the history
Update android-test.yml
  • Loading branch information
udenr authored Aug 29, 2023
2 parents fc2c2ac + 4644dfc commit a67459f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-${{ matrix.api-level }}
key: avd-${{ matrix.api-level }}-${{ matrix.target }}-${{ matrix.arch }}

- name: create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
Expand All @@ -54,4 +54,4 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew :app:connectedCheck
script: ./gradlew :app:connectedCheck

0 comments on commit a67459f

Please sign in to comment.