Skip to content

Merge pull request #14 from VisLab/main #23

Merge pull request #14 from VisLab/main

Merge pull request #14 from VisLab/main #23

Workflow file for this run

name: MATLAB CI
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
env:
BRANCH_NAME: ${{ github.event.pull_request.base.ref || github.ref_name }}
jobs:
matlab-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Run tests
uses: matlab-actions/run-command@v1
with:
command: addpath(genpath("hedmat")), addpath(genpath("tests")), runAllTests