Skip to content

Unit tests and refactoring to make it testable #1

Unit tests and refactoring to make it testable

Unit tests and refactoring to make it testable #1

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: swift-actions/setup-swift@v1
with:
swift-version: "5.3.0"
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Build Example
run: make buildExample