Skip to content

Add effects result builder for sugar #219

Add effects result builder for sugar

Add effects result builder for sugar #219

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: macos-13
timeout-minutes: 30
env:
SCHEME: OneWay
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '15.1'
- name: Build and Test
run: make test-all