mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
4
.github/workflows/ios-build-test.yml
vendored
4
.github/workflows/ios-build-test.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
|
||||
- name: Install Pods
|
||||
working-directory: ${{ matrix.working-directory }}/ios
|
||||
run: pod install
|
||||
run: bundle install && bundle exec pod install
|
||||
|
||||
- name: Restore build artifacts from cache
|
||||
uses: actions/cache@v3
|
||||
@@ -76,4 +76,4 @@ jobs:
|
||||
|
||||
- name: Build app
|
||||
working-directory: ${{ matrix.working-directory }}
|
||||
run: npx react-native@latest run-ios --simulator="iPhone 14 Pro" --mode Debug --verbose --terminal /bin/zsh
|
||||
run: npx react-native@latest run-ios --simulator="iPhone 16 Pro" --mode Debug --verbose --terminal /bin/zsh
|
||||
|
||||
4
.github/workflows/ios-e2e.yml
vendored
4
.github/workflows/ios-e2e.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
WORKING_DIRECTORY: example
|
||||
DEVICE: iPhone 14 Pro
|
||||
DEVICE: iPhone 16 Pro
|
||||
XCODE_VERSION: latest-stable
|
||||
concurrency:
|
||||
group: ios-e2e-example-${{ github.ref }}
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
|
||||
- name: Install Pods
|
||||
working-directory: ${{ env.WORKING_DIRECTORY }}/ios
|
||||
run: pod install
|
||||
run: bundle install && bundle exec pod install
|
||||
|
||||
- name: Restore build artifacts from cache
|
||||
uses: actions/cache@v3
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-node-modules-svg-
|
||||
|
||||
- name: Install react-native-svg node_modules
|
||||
run: yarn install
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Restore app node_modules from cache
|
||||
uses: actions/cache@v3
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
|
||||
- name: Install app node_modules
|
||||
working-directory: ${{ matrix.working-directory }}
|
||||
run: yarn install
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Restore Pods from cache
|
||||
uses: actions/cache@v3
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
- name: Install Pods
|
||||
working-directory: ${{ matrix.working-directory }}/macos
|
||||
run: RCT_NEW_ARCH_ENABLED=1 pod install
|
||||
run: bundle install && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
|
||||
|
||||
- name: Restore build artifacts from cache
|
||||
uses: actions/cache@v3
|
||||
|
||||
6
.github/workflows/macos-build-test-paper.yml
vendored
6
.github/workflows/macos-build-test-paper.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-node-modules-svg-
|
||||
|
||||
- name: Install react-native-svg node_modules
|
||||
run: yarn install
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Restore app node_modules from cache
|
||||
uses: actions/cache@v3
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
|
||||
- name: Install app node_modules
|
||||
working-directory: ${{ matrix.working-directory }}
|
||||
run: yarn install
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Restore Pods from cache
|
||||
uses: actions/cache@v3
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
- name: Install Pods
|
||||
working-directory: ${{ matrix.working-directory }}/macos
|
||||
run: pod install
|
||||
run: bundle install && bundle exec pod install
|
||||
|
||||
- name: Restore build artifacts from cache
|
||||
uses: actions/cache@v3
|
||||
|
||||
Reference in New Issue
Block a user