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:
Marc Rousavy
2023-12-13 16:38:02 +01:00
committed by GitHub
parent 5a81fabedd
commit 977bf56c6d
9 changed files with 4362 additions and 5059 deletions

View File

@@ -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