We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e66a08 commit b1fc4a5Copy full SHA for b1fc4a5
.github/workflows/ios-tests.yml
@@ -45,15 +45,6 @@ jobs:
45
- name: Clean Derived Data
46
run: rm -rf ~/Library/Developer/Xcode/DerivedData
47
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
-
57
- name: Install Pods
58
working-directory: Example
59
run: pod install
0 commit comments