Skip to content

Create test.yml

Create test.yml #1

Workflow file for this run

name: test workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Test
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: |
xcodebuild -scheme GitClient -destination "platform=macOS" clean test