Skip to content

Refactor geometrize-cli main function #19

Refactor geometrize-cli main function

Refactor geometrize-cli main function #19

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Build&test macOS
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macOS-12 # used to be macos-latest
# look https://github.com/actions/runner-images/issues/6384
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v