Skip to content

Commit a228133

Browse files
authored
Disable test step in swift.yml
Comment out the test step in the CI workflow.
1 parent e9a34d3 commit a228133

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/swift.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
CODE_SIGNING_ALLOWED=NO \
2828
build
2929

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
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

0 commit comments

Comments
 (0)