Skip to content

remove readme callout and create consolidated script for docs regener… #207

remove readme callout and create consolidated script for docs regener…

remove readme callout and create consolidated script for docs regener… #207

Workflow file for this run

name: Run Tests
on:
push:
jobs:
unit-tests:
name: Run Unit Tests
runs-on: macos-13
steps:
- name: Install xcbeautify
run: brew install xcbeautify
- name: Checkout
uses: actions/checkout@v3
- name: Run Tests
run: "scripts/run-unit-tests.sh MuxPlayerSwift"