Skip to content

Commit a6fd9ff

Browse files
committed
Fix script
1 parent a99db57 commit a6fd9ff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ios-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,20 @@ jobs:
8484
echo ""
8585
done
8686
87-
- name: Build Cloudinary Framework (Mac Catalyst)
87+
- name: Build and Test (Mac Catalyst)
8888
run: |
89-
xcodebuild build \
89+
xcodebuild test \
9090
-workspace Example/Cloudinary.xcworkspace \
91-
-scheme Cloudinary \
91+
-scheme travis_public_scheme \
9292
-destination "platform=macOS,variant=Mac Catalyst" \
9393
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
9494
95-
- name: Build Success
95+
- name: Test Results
9696
run: |
97-
echo "✅ Successfully built Cloudinary framework!"
98-
echo "✅ Using Xcode 16.2 with Mac Catalyst"
99-
echo "✅ Framework compilation completed without errors"
100-
echo "⚠️ Note: Built for Mac Catalyst due to iOS 18.2 scheme requirements"
97+
echo "✅ Tests completed using Xcode 16.2!"
98+
echo "✅ Running iOS code via Mac Catalyst"
99+
echo "⚠️ Note: Using Mac Catalyst due to iOS 18.2 scheme requirements"
100+
echo "💡 To get iOS Simulator testing, update Xcode project deployment targets to iOS 18.4+"
101101
102102
- name: Notify on Failure
103103
if: failure()

0 commit comments

Comments
 (0)