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 e200cad commit 77b76faCopy full SHA for 77b76fa
.github/workflows/screenshot.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build & Run UI Tests
20
run: |
21
xcodebuild test \
22
- -project iblot.xcodeproj \ # ✅ Use .xcodeproj (not .xcworkspace)
+ -project iblot.xcodeproj \
23
-scheme iblot \
24
-destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' \
25
-resultBundlePath TestResults.xcresult
0 commit comments