Add -skipPackagePluginValidation option to CI

This commit is contained in:
1024jp 2024-06-24 12:47:39 +09:00
parent 42deb27587
commit 2a52e859aa

View File

@ -25,4 +25,4 @@ jobs:
swift test --package-path Packages/SyntaxMap --enable-swift-testing
- name: Unit Test for CotEditor
run: |
xcodebuild test -project CotEditor.xcodeproj -scheme CotEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
xcodebuild test -project CotEditor.xcodeproj -scheme CotEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -skipPackagePluginValidation