Skip to content

Commit

Permalink
inserting tmate session for investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Nov 29, 2022
1 parent d406947 commit abcba66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ jobs:
working-directory: ${{ github.workspace }}
run: python -c "from biosimulators_test_suite.exec_gh_action import ValidateCommitSimulatorGitHubAction; ValidateCommitSimulatorGitHubAction().run(); exit();"

- name: Setup tmate session 3
uses: mxschmitt/action-tmate@v3

- name: Save test results
uses: actions/upload-artifact@v2
if: success() || failure()
Expand Down

0 comments on commit abcba66

Please sign in to comment.