Merge branch 'develop' into ft_2368_partial_equilibration #501
Workflow file for this run
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: Matlab | |
on: | |
push: | |
merge_group: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
matlab: | |
name: Matlab | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- run: git fetch --prune --unshallow | |
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV | |
- name: Install MATLAB | |
uses: matlab-actions/setup-matlab@v1 | |
- name: Run script | |
uses: matlab-actions/run-command@v1 | |
with: | |
command: cd matlab; installAMICI; addpath tests; testModels |