We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfb8c8 commit 8076507Copy full SHA for 8076507
.github/workflows/manual.yml
@@ -51,11 +51,18 @@ jobs:
51
- name: Checkout repository
52
uses: actions/checkout@v4
53
54
- - name: Run tests
+# - name: Run tests
55
+# working-directory: macOSapp
56
+# run: |
57
+# xcodebuild test -project macOSapp.xcodeproj \
58
+# -scheme macOSapp \
59
+# -destination 'platform=macOS' \
60
+# -only-testing:macOSappUITests \
61
+# -enableCodeCoverage YES
62
+
63
+ - name: Run build
64
working-directory: macOSapp
65
run: |
- xcodebuild test -project macOSapp.xcodeproj \
66
+ xcodebuild build -project macOSapp.xcodeproj \
67
-scheme macOSapp \
- -destination 'platform=macOS' \
- -only-testing:macOSappUITests \
- -enableCodeCoverage YES
68
+ -destination 'platform=macOS'
0 commit comments