Skip to content

Fix-remove unused genes #853

Fix-remove unused genes

Fix-remove unused genes #853

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 }}');"