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 31098b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bsts_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ 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
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: Save test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 31098b8

Please sign in to comment.