fix: removed MAR04843, MAR07823, MAR07926, and MAR09019 for being uns… #1452
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |