Skip to content

Commit

Permalink
ci(github): temporarily disable AVD caching for now
Browse files Browse the repository at this point in the history
Caching AVD causes the emulator action step to hang, see the following
URL for more info:
ReactiveCircus/android-emulator-runner#362
  • Loading branch information
ericswpark committed Mar 18, 2024
1 parent a7347f4 commit d2311f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/mobile-android-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ jobs:
key: ${{ runner.os }}-detox-build
restore-keys: |
${{ runner.os }}-detox-build
- name: AVD cache
uses: actions/cache@v4
id: avd-cache
with:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-${{ env.ANDROID_EMU_API_LEVEL }}
- name: Run Detox Build
run: |
chmod +x android/gradlew
Expand Down

0 comments on commit d2311f8

Please sign in to comment.