fix link (#116) #81
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Tests | |
on: | |
push: | |
jobs: | |
unit-tests: | |
name: Run Unit Tests | |
runs-on: macos-14 | |
steps: | |
- name: Install xcbeautify | |
run: brew install xcbeautify | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run Tests | |
run: "scripts/run-unit-tests.sh MuxUploadSDK" |