Skip to content

CMPB final version published #12

CMPB final version published

CMPB final version published #12

Workflow file for this run

# Run BRAVEHEART Tests during any commit to make sure passes
name: BRAVEHEART Tests
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# This workflow contains a single job called "braveheart_test"
braveheart_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Run BRAVEHEART tests
uses: matlab-actions/run-tests@v1