mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
Minor app fixes two point nine rd2 (#1462)
* better tests * lockfile naming fixes * format * fix ci issues
This commit is contained in:
2
.github/workflows/mobile-bundle-analysis.yml
vendored
2
.github/workflows/mobile-bundle-analysis.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
||||
uses: ./.github/actions/cache-pods
|
||||
with:
|
||||
path: app/ios/Pods
|
||||
lock-file: app/ios/Podfile.lock
|
||||
lockfile: app/ios/Podfile.lock
|
||||
- name: Install Mobile Dependencies
|
||||
uses: ./.github/actions/mobile-setup
|
||||
with:
|
||||
|
||||
2
.github/workflows/mobile-ci.yml
vendored
2
.github/workflows/mobile-ci.yml
vendored
@@ -277,7 +277,7 @@ jobs:
|
||||
path: |
|
||||
app/ios/Pods
|
||||
~/Library/Caches/CocoaPods
|
||||
lock-file: app/ios/Podfile.lock
|
||||
lockfile: app/ios/Podfile.lock
|
||||
cache-version: ${{ env.GH_CACHE_VERSION }}
|
||||
- name: Cache Xcode build
|
||||
uses: actions/cache@v4
|
||||
|
||||
2
.github/workflows/mobile-deploy.yml
vendored
2
.github/workflows/mobile-deploy.yml
vendored
@@ -396,7 +396,7 @@ jobs:
|
||||
path: |
|
||||
${{ env.APP_PATH }}/ios/Pods
|
||||
~/Library/Caches/CocoaPods
|
||||
lock-file: app/ios/Podfile.lock
|
||||
lockfile: app/ios/Podfile.lock
|
||||
cache-version: ${{ env.GH_CACHE_VERSION }}-${{ env.GH_PODS_CACHE_VERSION }}
|
||||
|
||||
- name: Log cache status
|
||||
|
||||
2
.github/workflows/mobile-e2e.yml
vendored
2
.github/workflows/mobile-e2e.yml
vendored
@@ -336,7 +336,7 @@ jobs:
|
||||
path: |
|
||||
app/ios/Pods
|
||||
~/Library/Caches/CocoaPods
|
||||
lock-file: app/ios/Podfile.lock
|
||||
lockfile: app/ios/Podfile.lock
|
||||
# DerivedData caching disabled - caused intermittent build failures due to stale cache
|
||||
# Pod caching still speeds up pod install significantly
|
||||
- name: Verify iOS Runtime
|
||||
|
||||
2
.github/workflows/mobile-sdk-demo-e2e.yml
vendored
2
.github/workflows/mobile-sdk-demo-e2e.yml
vendored
@@ -293,7 +293,7 @@ jobs:
|
||||
path: |
|
||||
packages/mobile-sdk-demo/ios/Pods
|
||||
~/Library/Caches/CocoaPods
|
||||
lock-file: packages/mobile-sdk-demo/ios/Podfile.lock
|
||||
lockfile: packages/mobile-sdk-demo/ios/Podfile.lock
|
||||
# DerivedData caching disabled - caused intermittent build failures due to stale cache
|
||||
# Pod caching still speeds up pod install significantly
|
||||
- name: Verify iOS Runtime
|
||||
|
||||
Reference in New Issue
Block a user