Merge branch 'develop' into Fix_Arg_Pro_Tyr_metabolism #990
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 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 }}');" |