Skip to content

Move creation to .save(to:ofType:for:) #2990

Move creation to .save(to:ofType:for:)

Move creation to .save(to:ofType:for:) #2990

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
macOS:
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_16.app
steps:
- name: Show environments
run: |
xcodebuild -version
swift --version
- name: Checkout
uses: actions/checkout@v4
- name: Unit Test for EditorCore
run: |
swift test --package-path Packages/EditorCore
- name: Unit Test for MacUI
run: |
swift test --package-path Packages/MacUI
- name: Unit Test for SyntaxMap
run: |
swift test --package-path Packages/SyntaxMap
- name: Unit Test for CotEditor
run: |
xcodebuild test -project CotEditor.xcodeproj -scheme CotEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -skipPackagePluginValidation