Skip to content

Commit

Permalink
Remove caching of build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderRedYT committed Nov 15, 2023
1 parent 36d9782 commit 09e0c0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-caches-
- name: Cache React Native Android Build
uses: actions/cache@v3
with:
path: |
./android/.gradle
./android/app/build
key: ${{ runner.os }}-gradle-${{ hashFiles('**/android/app/build.gradle') }}
restore-keys:
${{ runner.os }}-gradle-caches-

- name: Make Gradlew executable
run: cd android && chmod +x ./gradlew

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-caches-
- name: Cache React Native Android Build
uses: actions/cache@v3
with:
path: |
./android/.gradle
./android/app/build
key: ${{ runner.os }}-gradle-${{ hashFiles('**/android/app/build.gradle') }}
restore-keys:
${{ runner.os }}-gradle-caches-

- name: Make Gradlew executable
run: cd android && chmod +x ./gradlew

Expand Down

0 comments on commit 09e0c0d

Please sign in to comment.