Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

funding

funding #30

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
jobs:
test:
name: Test
runs-on: macOS-13
steps:
- uses: actions/checkout@v3
- name: Build
run: set -o pipefail && xcodebuild -scheme ProcessService-Package -destination "platform=macOS" build | xcpretty