Skip to content

Commit

Permalink
Revert "[SHARED] Add gradle cache for github actions"
Browse files Browse the repository at this point in the history
This reverts commit 6d7e62c.
  • Loading branch information
kamgurgul committed Jul 29, 2024
1 parent 6d7e62c commit bf45c55
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
cache: gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
- name: Cache Gradle packages
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
- name: Unit tests
run: ./gradlew testDebugUnitTest
- name: Generate code coverage
Expand Down Expand Up @@ -56,15 +47,6 @@ jobs:
cache: gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
- name: Cache Gradle packages
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
- name: Decode Keystore
env:
ENCODED_KEYSTORE: ${{ secrets.KEYSTORE_ENCODED }}
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
cache: gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
- name: Cache Gradle packages
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
- name: Unit tests
run: ./gradlew testDebugUnitTest
build_and_release:
Expand All @@ -51,8 +42,6 @@ jobs:
with:
path: |
~/.konan
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-v1-${{ hashFiles('*.versions.toml') }}
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/shared_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
cache: gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
- name: Cache Gradle packages
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
- name: Unit tests
run: ./gradlew testDebugUnitTest
- name: Generate code coverage
Expand Down

0 comments on commit bf45c55

Please sign in to comment.