Skip to content

Add yaml for GitHub workflows #2

Add yaml for GitHub workflows

Add yaml for GitHub workflows #2

Workflow file for this run

name: Actions
on: [push]
jobs:
tests:
name: Run unit tests
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: xcodebuild test-project ClipNinja.xcodeproj -scheme ClipNinja