From 31098b876a15dea6303f7ad3f6b61fa610adddd6 Mon Sep 17 00:00:00 2001 From: jcschaff Date: Wed, 28 Aug 2024 15:36:46 -0400 Subject: [PATCH] set tmate for debugging --- .github/workflows/bsts_local.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bsts_local.yml b/.github/workflows/bsts_local.yml index 88d1f444eb..d80982c142 100644 --- a/.github/workflows/bsts_local.yml +++ b/.github/workflows/bsts_local.yml @@ -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