Skip to content

Commit

Permalink
Added failure catch
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Nov 29, 2022
1 parent abcba66 commit 013a938
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ 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 (if failed)
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}

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

Expand Down

0 comments on commit 013a938

Please sign in to comment.