From 8c32f8a89c0957a6fe5350936eb325918907a960 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 19 Sep 2024 16:06:43 +0100 Subject: [PATCH] fix --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afaf82b..ab4f1b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,8 +133,8 @@ jobs: env: NO_FLIPPER: 1 - - name: Build example for iOS - run: | - cd example/ios - gem install xcpretty - set -o pipefail && xcrun xcodebuild -workspace PosthogReactNativeSessionReplayExample.xcworkspace -configuration Debug -scheme posthog-react-native-session-replay -destination generic/platform=ios | xcpretty + # - name: Build example for iOS + # run: | + # cd example/ios + # gem install xcpretty + # set -o pipefail && xcrun xcodebuild -workspace PosthogReactNativeSessionReplayExample.xcworkspace -configuration Debug -scheme posthog-react-native-session-replay -destination generic/platform=ios | xcpretty