Skip to content

Fix test workflow

Fix test workflow #3

Workflow file for this run

name: test workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Test
runs-on: macos-15
env:
DEVELOPER_DIR: /Applications/Xcode_16.2.app
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: |
xcodebuild -scheme GitClient CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination "platform=macOS" clean test