Skip to content

Change test_mri to pytest style. #593

Change test_mri to pytest style.

Change test_mri to pytest style. #593

Workflow file for this run

name: MATLAB (Latest) on Ubuntu
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
my-job:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run tests and generate artifacts
uses: matlab-actions/run-tests@v2
with:
source-folder: MATLAB
select-by-folder: MATLAB/tests
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml