Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3498957
D4621.id14869.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4621.id14869.diff
View Options
diff --git a/.buildkite/ios.yml b/.buildkite/ios.yml
--- a/.buildkite/ios.yml
+++ b/.buildkite/ios.yml
@@ -1,8 +1,9 @@
steps:
- - label: ":ios: iOS Build"
+ - label: ':ios: iOS Build'
command:
- 'pod repo update && yarn workspace native clean-ios'
- 'yarn cleaninstall --frozen-lockfile --skip-optional'
- 'cd native/ios && xcodebuild -workspace Comm.xcworkspace -scheme Comm -destination generic/platform=iOS -allowProvisioningUpdates'
+ - 'xcodebuild test -workspace Comm.xcworkspace -scheme Comm -destination name="iPhone 13"'
agents:
- 'mac=true'
diff --git a/.github/workflows/ios_ci.yml b/.github/workflows/ios_ci.yml
--- a/.github/workflows/ios_ci.yml
+++ b/.github/workflows/ios_ci.yml
@@ -59,6 +59,10 @@
AUTH_KEY: ${{secrets.AUTH_KEY}}
run: echo "$AUTH_KEY" > AUTH_KEY.p8
+ - name: XCTest
+ working-directory: ./native/ios
+ run: xcodebuild test -workspace Comm.xcworkspace -scheme Comm -destination name="iPhone 13"
+
- name: Archive
working-directory: ./native/ios
env:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 9:57 PM (7 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2683491
Default Alt Text
D4621.id14869.diff (1 KB)
Attached To
Mode
D4621: [CI] Add `XCTest`s to GitHub Actions CI
Attached
Detach File
Event Timeline
Log In to Comment