Skip to content

Commit 013a938

Browse files
Added failure catch
1 parent abcba66 commit 013a938

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validateCommitSimulator.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ jobs:
161161
working-directory: ${{ github.workspace }}
162162
run: python -c "from biosimulators_test_suite.exec_gh_action import ValidateCommitSimulatorGitHubAction; ValidateCommitSimulatorGitHubAction().run(); exit();"
163163

164+
- name: Setup tmate session 3 (if failed)
165+
uses: mxschmitt/action-tmate@v3
166+
if: ${{ failure() }}
167+
164168
- name: Setup tmate session 3
165169
uses: mxschmitt/action-tmate@v3
166170

0 commit comments

Comments
 (0)