Skip to content

Commit 1e3470a

Browse files
authored
Update ci.yml
1 parent 2f9aec3 commit 1e3470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: macOS build and test
1717
run: |
1818
set -o pipefail
19-
xcodebuild test -workspace ZMarkupParser.xcworkspace -testPlan ZMarkupParser -scheme ZMarkupParser -destination 'platform=macOS' build test | xcpretty
19+
xcodebuild test -workspace ZMarkupParser.xcworkspace -testPlan UnitTest -scheme ZMarkupParser -destination 'platform=macOS' build test | xcpretty
2020
- name: iOS build and test
2121
run: |
2222
set -o pipefail

0 commit comments

Comments
 (0)