mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
chore: cache entire dir
This commit is contained in:
2
.github/workflows/build-mobile-comment.yml
vendored
2
.github/workflows/build-mobile-comment.yml
vendored
@@ -104,7 +104,7 @@ jobs:
|
||||
- name: Cache Pods
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: apps/expo/ios/Pods
|
||||
path: apps/expo/ios
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pods-
|
||||
|
2
.github/workflows/build-mobile.yml
vendored
2
.github/workflows/build-mobile.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
- name: Cache Pods
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: apps/expo/ios/Pods
|
||||
path: apps/expo/ios
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pods-
|
||||
|
2
.github/workflows/release-mobile.yml
vendored
2
.github/workflows/release-mobile.yml
vendored
@@ -123,7 +123,7 @@ jobs:
|
||||
- name: Cache Pods
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: apps/expo/ios/Pods
|
||||
path: apps/expo/ios
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pods-
|
||||
|
Reference in New Issue
Block a user