Skip to content

Merge pull request #1002 from CombustionToolbox/reduceSize #843

Merge pull request #1002 from CombustionToolbox/reduceSize

Merge pull request #1002 from CombustionToolbox/reduceSize #843

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@v2
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Run tests
uses: matlab-actions/run-command@v1
with:
command: run_test