Updates on plotting colors and ss fade thres #106
Workflow file for this run
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: UnitTestsAll_Snirf (2021a) | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
- development | |
jobs: | |
my-job: | |
name: Run MATLAB Commands | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v2 | |
- name: Set up MATLAB | |
uses: matlab-actions/setup-matlab@v1 | |
with: | |
release: R2021a | |
- name: setpaths and run tests | |
uses: matlab-actions/run-command@v1 | |
with: | |
command: setpaths, UnitTestsAll_Snirf |