Skip to content

Trying with run-command action rather than run-test #8

Trying with run-command action rather than run-test

Trying with run-command action rather than run-test #8

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("hedcode")), addpath(genpath("tests"), runAllTests