Skip to content

Merge pull request #6 from MartinKoch123/fix-missing-namespace #42

Merge pull request #6 from MartinKoch123/fix-missing-namespace

Merge pull request #6 from MartinKoch123/fix-missing-namespace #42

Workflow file for this run

name: ci
on:
push:
paths:
- "**.m"
- ".github/workflows/ci.yml"
jobs:
matlab:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
release: [R2020b, R2023b]
steps:
- uses: actions/checkout@v4
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.release }}
- name: Run Matlab tests (buildtool)
if: ${{ matrix.release >= 'R2022b' }}
timeout-minutes: 10
uses: matlab-actions/run-build@v2
- name: Run tests (manual)
if: ${{ matrix.release < 'R2022b' }}
timeout-minutes: 10
uses: matlab-actions/run-tests@v2
with:
strict: true
select-by-folder: test