Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for acdb (0.01 sec)

  1. .github/workflows/build.yml

            run: ./gradlew :android-test:test
    
          - name: AVD cache
            uses: actions/cache@v5
            id: avd-cache
            with:
              path: |
                ~/.android/avd/*
                ~/.android/adb*
              key: avd-${{ matrix.api-level }}
    
          - name: Create AVD and generate snapshot for caching
            if: steps.avd-cache.outputs.cache-hit != 'true'
            uses: reactivecircus/android-emulator-runner@v2
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 12 04:49:37 UTC 2025
    - 18.6K bytes
    - Viewed (0)
Back to top