Skip to content

Merge pull request #16 from ocefpaf/GHA_test #1

Merge pull request #16 from ocefpaf/GHA_test

Merge pull request #16 from ocefpaf/GHA_test #1

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
my-job:
name: Run MATLAB Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: matlab-actions/setup-matlab@v2
- name: Run Tests
uses: matlab-actions/run-command@v2
with:
command: run_checks