Skip to content

fix-GPR_curation_for_Retinol_metabolism-and-Riboflavin_metabolism #872

fix-GPR_curation_for_Retinol_metabolism-and-Riboflavin_metabolism

fix-GPR_curation_for_Retinol_metabolism-and-Riboflavin_metabolism #872

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