Skip to content

Updated CI workflow #53

Updated CI workflow

Updated CI workflow #53

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and test on macOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build program and run tests
run: |

Check failure on line 18 in .github/workflows/macos.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/macos.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
gem install xcpretty
make test | xcpretty -c && exit ${PIPESTATUS[0]}