Skip to content

Commit

Permalink
test user-supplied container tag biosimulators_vcell_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Aug 28, 2024
1 parent a684ebb commit bd55ff5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bsts_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: BSTS local
# derived from https://raw.githubusercontent.com/biosimulators/Biosimulators/dev/.github/workflows/validateCommitSimulator.yml
on:
workflow_dispatch:
# inputs:
# vcell_version:
# description: 'version.major.minor'
# required: true
# default: '7.5.0'
inputs:
biosimulators_vcell_tag:
description: 'version.major.minor.patch'
required: true
default: '7.5.0.127'
# vcell_build:
# description: 'build number'
# required: true
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
python -m pip install --upgrade biosimulators_utils
sed -i 's/_VC_VERSION_TAG_/${{steps.version.outputs.tag}}/g' biosimulators.json
sed -i 's/_VC_VERSION_TAG_/${{github.event.inputs.biosimulators_vcell_tag}}/g' biosimulators.json
python -m biosimulators_test_suite.exec_cli.main --verbose biosimulators.json
# If tmate is useful for a particular debugging issue, comment this back in:
Expand Down

0 comments on commit bd55ff5

Please sign in to comment.