Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrajatttt authored Jan 16, 2025
1 parent 327946c commit 2f0c2e0
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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::"
Expand Down

0 comments on commit 2f0c2e0

Please sign in to comment.