Skip to content

ci: fix tests not run #147

ci: fix tests not run

ci: fix tests not run #147

Workflow file for this run

name: ci
on:
push:
paths:
- "**.m"
- ".github/workflows/ci.yml"
jobs:
matlab:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
release: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b]
include:
- os: macos-latest
release: R2023b
- os: windows-latest
release: R2023b
steps:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.release }}
- uses: actions/checkout@v4
- 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