We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a34d3 commit a228133Copy full SHA for a228133
1 file changed
.github/workflows/swift.yml
@@ -27,11 +27,11 @@ jobs:
27
CODE_SIGNING_ALLOWED=NO \
28
build
29
30
- - name: Test
31
- run: |
32
- xcodebuild \
33
- -project Xcode/MiddleQuit.xcodeproj \
34
- -scheme MiddleQuit \
35
- -destination 'platform=macOS' \
36
- CODE_SIGNING_ALLOWED=NO \
37
- test
+ # - name: Test
+ # run: |
+ # xcodebuild \
+ # -project Xcode/MiddleQuit.xcodeproj \
+ # -scheme MiddleQuit \
+ # -destination 'platform=macOS' \
+ # CODE_SIGNING_ALLOWED=NO \
+ # test
0 commit comments