Skip to content

Update: merge master into develop branch #712

Update: merge master into develop branch

Update: merge master into develop branch #712

Workflow file for this run

name: CI
on: [pull_request]
jobs:
my-job:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Run tests
uses: matlab-actions/run-command@v1
with:
command: run_test