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 2f9aec3 commit 1e3470aCopy full SHA for 1e3470a
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: macOS build and test
17
run: |
18
set -o pipefail
19
- xcodebuild test -workspace ZMarkupParser.xcworkspace -testPlan ZMarkupParser -scheme ZMarkupParser -destination 'platform=macOS' build test | xcpretty
+ xcodebuild test -workspace ZMarkupParser.xcworkspace -testPlan UnitTest -scheme ZMarkupParser -destination 'platform=macOS' build test | xcpretty
20
- name: iOS build and test
21
22
0 commit comments