From ceed3f706911a0768942a27989ad7f9b01fad464 Mon Sep 17 00:00:00 2001 From: "Xavier F. Gouchet" Date: Thu, 14 Nov 2024 14:13:03 +0100 Subject: [PATCH] Use xcbeautify in CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02ab33d84..d243febd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" ] @@ -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" \ No newline at end of file + - 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 \ No newline at end of file