Skip to content

Commit f081857

Browse files
committed
update
1 parent 1ee667b commit f081857

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/react_native.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,7 @@ jobs:
264264

265265
- name: Run React Native iOS Instrumented Tests
266266
run: |
267-
xcodebuild ARCHS=arm64 ONLY_ACTIVE_ARCH=NO test \
268-
-workspace OnnxruntimeModule.xcworkspace \
269-
-scheme OnnxruntimeModuleTest \
270-
-sdk iphonesimulator \
271-
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4'
267+
/usr/bin/xcodebuild -sdk iphonesimulator -configuration Debug -workspace ${{ github.workspace }}/js/react_native/ios/OnnxruntimeModule.xcworkspace -scheme OnnxruntimeModuleTest -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' test CODE_SIGNING_ALLOWED=NO
272268
working-directory: ${{ github.workspace }}/js/react_native/ios
273269

274270
react_native_ci_ios_e2e_tests:

js/react_native/ios/OnnxruntimeModule.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
};
202202
DBDB57D62603211A004F16BE = {
203203
CreatedOnToolsVersion = 12.4;
204-
DevelopmentTeam = X7YWPPMK53;
204+
DevelopmentTeam = "";
205205
ProvisioningStyle = Automatic;
206206
};
207207
};

0 commit comments

Comments
 (0)