Skip to content

fix: keep test-specific PR reference in sep. lines #1798

fix: keep test-specific PR reference in sep. lines

fix: keep test-specific PR reference in sep. lines #1798

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