feat: Concurrent/Cancellable configure
(#2282)
* feat: Cancellable `configure` * Android * Update Podfile.lock * Configure outside of lock * Update lockfiles * Use `bundle` for CI * Update script * Update Podfile.lock * fix: Set config at end * Lint
This commit is contained in:
6
.github/workflows/build-ios.yml
vendored
6
.github/workflows/build-ios.yml
vendored
@@ -51,6 +51,7 @@ jobs:
|
||||
with:
|
||||
ruby-version: 2.6.10
|
||||
bundler-cache: true
|
||||
working-directory: package/example/ios
|
||||
|
||||
- name: Restore Pods cache
|
||||
uses: actions/cache@v3
|
||||
@@ -63,7 +64,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pods-
|
||||
- name: Install Pods
|
||||
run: pod install
|
||||
run: bundle exec pod install
|
||||
- name: Install xcpretty
|
||||
run: gem install xcpretty
|
||||
- name: Build App
|
||||
@@ -112,6 +113,7 @@ jobs:
|
||||
with:
|
||||
ruby-version: 2.6.10
|
||||
bundler-cache: true
|
||||
working-directory: package/example/ios
|
||||
|
||||
- name: Restore Pods cache
|
||||
uses: actions/cache@v3
|
||||
@@ -124,7 +126,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pods-
|
||||
- name: Install Pods
|
||||
run: pod install
|
||||
run: bundle exec pod install
|
||||
- name: Install xcpretty
|
||||
run: gem install xcpretty
|
||||
- name: Build App
|
||||
|
Reference in New Issue
Block a user