Skip to content

fix: remove MAR03748 and MAR03780 and merge annotations in reactions.… #1561

fix: remove MAR03748 and MAR03780 and merge annotations in reactions.…

fix: remove MAR03748 and MAR03780 and merge annotations in reactions.… #1561

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"