Skip to content

Commit fcbaf7a

Browse files
committed
fix e2e ci build targets
1 parent 883f5c1 commit fcbaf7a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/e2e_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
ln -s ../.e2e-artifacts/local-react-native-update Example/e2etest/node_modules/react-native-update
6868
6969
- name: Install react-native-update-cli dependencies
70-
run: cd react-native-update-cli && bun install --frozen-lockfile
70+
run: cd react-native-update-cli && bun install --frozen-lockfile && bun run build
7171

7272
- name: Detox build (android.emu.release)
7373
env:

.github/workflows/e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
ln -s ../.e2e-artifacts/local-react-native-update Example/e2etest/node_modules/react-native-update
6969
7070
- name: Install react-native-update-cli dependencies
71-
run: cd react-native-update-cli && bun install --frozen-lockfile
71+
run: cd react-native-update-cli && bun install --frozen-lockfile && bun run build
7272

7373
- name: Install CocoaPods dependencies
7474
run: cd Example/e2etest/ios && pod install

Example/e2etest/ios/AwesomeProject.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
386386
GCC_WARN_UNUSED_FUNCTION = YES;
387387
GCC_WARN_UNUSED_VARIABLE = YES;
388-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
388+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
389389
LD_RUNPATH_SEARCH_PATHS = (
390390
/usr/lib/swift,
391391
"$(inherited)",
@@ -465,7 +465,7 @@
465465
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
466466
GCC_WARN_UNUSED_FUNCTION = YES;
467467
GCC_WARN_UNUSED_VARIABLE = YES;
468-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
468+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
469469
LD_RUNPATH_SEARCH_PATHS = (
470470
/usr/lib/swift,
471471
"$(inherited)",

Example/e2etest/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require Pod::Executable.execute_command('node', ['-p',
55
{paths: [process.argv[1]]},
66
)', __dir__]).strip
77

8-
platform :ios, min_ios_version_supported
8+
platform :ios, '15.1'
99
prepare_react_native_project!
1010

1111

Example/e2etest/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,6 +2320,6 @@ SPEC CHECKSUMS:
23202320
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
23212321
Yoga: c0b3f2c7e8d3e327e450223a2414ca3fa296b9a2
23222322

2323-
PODFILE CHECKSUM: 72b9100bdaa5c5973d7627779d98c4e134df60b5
2323+
PODFILE CHECKSUM: b4b2b2e5eea0b112980426771e4569794b1c03ad
23242324

23252325
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)