Skip to content

Commit

Permalink
re-added tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Sep 17, 2024
1 parent 9e2bd2d commit 8c60399
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ jobs:
run: |
/home/runner/poetry-install-dir/bin/poetry run python -c "from biosimulators_test_suite.exec_gh_action import ValidateCommitSimulatorGitHubAction; ValidateCommitSimulatorGitHubAction().run(); exit();"
- 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
if: success() || failure()
Expand Down

0 comments on commit 8c60399

Please sign in to comment.