Skip to content

Commit b1fc4a5

Browse files
committed
Fix script
1 parent 2e66a08 commit b1fc4a5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ios-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ jobs:
4545
- name: Clean Derived Data
4646
run: rm -rf ~/Library/Developer/Xcode/DerivedData
4747

48-
- name: List available simulators
49-
run: |
50-
echo "Available iOS Simulators:"
51-
xcrun simctl list devices
52-
echo "Available runtimes:"
53-
xcrun simctl list runtimes
54-
echo "Available destinations for scheme:"
55-
cd Example && xcodebuild -workspace Cloudinary.xcworkspace -scheme travis_public_scheme -showdestinations
56-
5748
- name: Install Pods
5849
working-directory: Example
5950
run: pod install

0 commit comments

Comments
 (0)