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 ee7d651 commit a4ad913Copy full SHA for a4ad913
.github/workflows/run-tests.yml
@@ -25,5 +25,4 @@ jobs:
25
26
- name: 🛠️ Run All Tests
27
run: |
28
- cd Tests
29
- swift test --enable-swift-testing --enable-xctest | xcpretty --utf --color && exit ${PIPESTATUS[0]}
+ xcodebuild test -scheme public-api-diff-Package -testPlan public-api-diff -destination "platform=macOS" -skipPackagePluginValidation | xcpretty --utf --color && exit ${PIPESTATUS[0]}
0 commit comments