Skip to content

Commit

Permalink
enabling tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Sep 13, 2024
1 parent e88d778 commit 9a99fbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ jobs:
/home/runner/poetry-install-dir/poetry-install-dir/bin/poetry run python -c "from biosimulators_test_suite.exec_gh_action import ValidateCommitSimulatorGitHubAction; ValidateCommitSimulatorGitHubAction().run(); exit();"
# 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@v4
Expand Down

0 comments on commit 9a99fbb

Please sign in to comment.