Skip to content

remove MAR03940 for being redundant with MAR08539+MAR08538 #1385

remove MAR03940 for being redundant with MAR08539+MAR08538

remove MAR03940 for being redundant with MAR08539+MAR08538 #1385

Workflow file for this run

name: Test YAML conversion
on: [push, pull_request]
jobs:
yaml-conversion:
runs-on: self-hosted
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run conversion script
run: |
/usr/local/bin/matlab -nodisplay -nosplash -nodesktop -r "addpath(genpath('.')); testYamlConversion"