Skip to content

Commit

Permalink
chore: Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Reimer committed Oct 28, 2021
1 parent 6e351da commit dd9b59e
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Caching cocoa pods
timeout-minutes: 5
uses: actions/cache@v2
with:
path: ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install deps
run: |
yarn --frozen-lockfile --network-timeout 1000000
Expand Down Expand Up @@ -140,16 +131,6 @@ jobs:
run: |
yarn --frozen-lockfile --network-timeout 1000000
- name: Cache gradle
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Post Install
env:
GOOGLE_MAPS_KEY_ANDROID: ${{ secrets.GOOGLE_MAPS_KEY_ANDROID }}
Expand Down Expand Up @@ -225,14 +206,6 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Caching cocoa pods
uses: actions/cache@v2
with:
path: ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install deps
run: |
yarn --frozen-lockfile --network-timeout 1000000
Expand Down Expand Up @@ -295,16 +268,6 @@ jobs:
run: |
yarn --frozen-lockfile --network-timeout 1000000
# - name: Cache gradle
# uses: actions/cache@v2
# with:
# path: |
# ~/.gradle/caches
# ~/.gradle/wrapper
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
# restore-keys: |
# ${{ runner.os }}-gradle-

- name: Post Install
env:
GOOGLE_MAPS_KEY_ANDROID: ${{ secrets.GOOGLE_MAPS_KEY_ANDROID }}
Expand Down

0 comments on commit dd9b59e

Please sign in to comment.