diff --git a/.github/workflows/e2e-android.yml b/.github/workflows/e2e-android.yml index 7ae1fbc73..1d197c411 100644 --- a/.github/workflows/e2e-android.yml +++ b/.github/workflows/e2e-android.yml @@ -12,7 +12,7 @@ jobs: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main with: - tool-cache: true + # tool-cache: true android: false - name: Setup @@ -24,7 +24,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v4 with: - cache: gradle + # cache: gradle distribution: zulu java-version: 17 @@ -32,7 +32,7 @@ jobs: uses: gradle/actions/setup-gradle@v3 with: gradle-version: wrapper - cache-read-only: false + # cache-read-only: false - name: Example App Yarn install run: | @@ -40,14 +40,14 @@ jobs: yarn install --immutable cd .. - - name: Cache Detox build - id: cache-detox-build - uses: actions/cache@v4 - with: - path: example/android/app/build - key: ${{ runner.os }}-detox-build - restore-keys: | - ${{ runner.os }}-detox-build + # - name: Cache Detox build + # id: cache-detox-build + # uses: actions/cache@v4 + # with: + # path: example/android/app/build + # key: ${{ runner.os }}-detox-build + # restore-keys: | + # ${{ runner.os }}-detox-build - name: Detox build env: