Skip to content

Merge branch 'develop' into Fix_Phe_Tyr_Trp_biosynthesis-Porphyrin_me… #866

Merge branch 'develop' into Fix_Phe_Tyr_Trp_biosynthesis-Porphyrin_me…

Merge branch 'develop' into Fix_Phe_Tyr_Trp_biosynthesis-Porphyrin_me… #866

name: Test metabolic tasks
on: [push]
jobs:
check-metabolictasks:
runs-on: self-hosted
timeout-minutes: 60
strategy:
matrix:
task-type: [essential, verification]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check ${{ matrix.task-type }} metabolic tasks
run: |
/usr/local/bin/matlab -nodisplay -nosplash -nodesktop -r "addpath(genpath('.')); testMetabolicTasks('${{ matrix.task-type }}');"