Skip to content

Commit

Permalink
Updated:
Browse files Browse the repository at this point in the history
coroutine gradle

AGP: 8.7.3
  • Loading branch information
Siddhant23 committed Jan 5, 2025
1 parent e48044c commit fb75fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
- name: Output target
run: echo "The TARGET is ${{ steps.determine-target.outputs.TARGET }}"

- name: Wait for emulator to boot
run: adb wait-for-device

- name: AVD cache
uses: actions/cache@v4
id: avd-cache
Expand All @@ -62,6 +59,9 @@ jobs:
~/.android/adb*
key: avd-ubuntu-${{ matrix.api-level }}-${{ env.cache-version }}

- name: Wait for emulator to boot
run: adb wait-for-device

- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2.33.0
Expand Down

0 comments on commit fb75fb4

Please sign in to comment.