Skip to content

Feature/linux support #17

Feature/linux support

Feature/linux support #17

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
- "*"
jobs:
test:
name: 'Run Unit Tests'
runs-on: macOS
steps:
- name: Check out Repository
uses: actions/checkout@v2
- name: Run Xcode Unit Tests
run: set -o pipefail && xcodebuild test -workspace MockingStar.xcworkspace -scheme MockingStar -testPlan TestPlan | xcbeautify --renderer github-actions