Skip to content

Commit

Permalink
Merge pull request #738 from DataDog/xgouchet/use_xcbeautify
Browse files Browse the repository at this point in the history
Use xcbeautify in CI
  • Loading branch information
marco-saia-datadog authored Nov 15, 2024
2 parents 5f8ef0d + ceed3f7 commit c75f8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test:native-ios:
script:
- yarn
- (cd example/ios && pod install --no-repo-update)
- set -o pipefail && xcodebuild -workspace example/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNative test -destination "platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro Max"
- set -o pipefail && xcodebuild -workspace example/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNative test -destination "platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro Max" | xcbeautify

test:native-ios-sr:
tags: [ "macos:sonoma" ]
Expand All @@ -102,4 +102,4 @@ test:native-ios-sr:
script:
- yarn
- (cd example/ios && pod install --no-repo-update)
- set -o pipefail && xcodebuild -workspace example/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNativeSessionReplay test -destination "platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro Max"
- set -o pipefail && xcodebuild -workspace example/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNativeSessionReplay test -destination "platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro Max" | xcbeautify

0 comments on commit c75f8ba

Please sign in to comment.