From 2f0c2e0e114f9fdeddde56c484dd50a010f180c2 Mon Sep 17 00:00:00 2001 From: Rajat <143978428+mrajatttt@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:29:28 -0800 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index dcc6de8..3d178fb 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -52,19 +52,19 @@ jobs: -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" \ -derivedDataPath ./DerivedData - - name: Build Framework - run: | - xcodebuild clean build \ - -scheme AmazonConnectChatIOS \ - -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" \ - -derivedDataPath ./DerivedData + # - name: Build Framework + # run: | + # xcodebuild clean build \ + # -scheme AmazonConnectChatIOS \ + # -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" \ + # -derivedDataPath ./DerivedData - - name: Run Tests - run: | - xcodebuild test \ - -scheme AmazonConnectChatIOS \ - -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" \ - -derivedDataPath ./DerivedData + # - name: Run Tests + # run: | + # xcodebuild test \ + # -scheme AmazonConnectChatIOS \ + # -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" \ + # -derivedDataPath ./DerivedData - name: Clean and Build SDK run: | @@ -74,6 +74,7 @@ jobs: -scheme AmazonConnectChatIOS \ -sdk iphonesimulator \ -configuration Debug \ + -derivedDataPath ./DerivedData \ build 2>&1 | tee xcodebuild.log | xcpretty --color --simple exit ${PIPESTATUS[0]} echo "::endgroup::"