Skip to content

Commit 5f69489

Browse files
committed
Comment out showdestinations
1 parent be9ded8 commit 5f69489

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ jobs:
8585
with:
8686
AUTOMATION_USER_SSH_PRIVATE_KEY: ${{ secrets.AUTOMATION_USER_SSH_PRIVATE_KEY }}
8787
STAGING_PARTNER_REPO: ${{ secrets.STAGING_PARTNER_REPO }}
88-
- name: Show destinations
89-
run: |
90-
cd aws-sdk-swift
91-
xcrun simctl create "iPhone 17" "iPhone 17"
92-
xcrun simctl list > /dev/null
93-
set -o pipefail && \
94-
NSUnbufferedIO=YES xcodebuild \
95-
-scheme aws-sdk-swift-Package \
96-
-showdestinations \
97-
2>&1
88+
# - name: Show destinations
89+
# run: |
90+
# cd aws-sdk-swift
91+
# xcrun simctl create "iPhone 17" "iPhone 17"
92+
# xcrun simctl list > /dev/null
93+
# set -o pipefail && \
94+
# NSUnbufferedIO=YES xcodebuild \
95+
# -scheme aws-sdk-swift-Package \
96+
# -showdestinations \
97+
# 2>&1
9898
- name: Cache Gradle
9999
uses: actions/cache@v4
100100
with:

0 commit comments

Comments
 (0)