Skip to content

Merge pull request #1111 from CombustionToolbox/develop #930

Merge pull request #1111 from CombustionToolbox/develop

Merge pull request #1111 from CombustionToolbox/develop #930

Workflow file for this run

name: CD
on:
push:
branches:
- master
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
uses: matlab-actions/run-command@v2
with:
command: run_test