Skip to content

Commit

Permalink
set tmate for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Aug 28, 2024
1 parent bd55ff5 commit aaf30bc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/bsts_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,10 @@ jobs:
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:
# - name: Setup tmate session 3 (if failed)
# uses: mxschmitt/action-tmate@v3
# if: ${{ failure() }}
# timeout-minutes: 40
- name: Setup tmate session 3 (if failed)
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
timeout-minutes: 40

- name: Save test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit aaf30bc

Please sign in to comment.