Skip to content

Update GH action

Update GH action #2

Workflow file for this run

name: Run Tests
on: [push]
jobs:
build:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2023b
- name: Compile Toolbox
uses: matlab-actions/run-command@v2
with:
command: addpath(genpath('.'));runTests;exit()