Skip to content

Thingsのメモ欄などの入力用のワークアラウンドが壊れていたのを修正 #79

Thingsのメモ欄などの入力用のワークアラウンドが壊れていたのを修正

Thingsのメモ欄などの入力用のワークアラウンドが壊れていたのを修正 #79

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: test
run: |
xcodebuild -target macSKKTests -scheme macSKK -resultBundlePath TestResults test
- uses: kishikawakatsumi/xcresulttool@v1
with:
path: TestResults.xcresult
if: success() || failure()