Skip to content

fix: modified unbalance reactions #35

fix: modified unbalance reactions

fix: modified unbalance reactions #35

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"