Skip to content

Unit tests and refactoring to make it testable #2

Unit tests and refactoring to make it testable

Unit tests and refactoring to make it testable #2

Workflow file for this run

name: Build Examples
on:
push:
branches:
- master
- main
- v3.0.0
pull_request:
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Build Example
run: make buildExample