We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcba66 commit 013a938Copy full SHA for 013a938
.github/workflows/validateCommitSimulator.yml
@@ -161,6 +161,10 @@ jobs:
161
working-directory: ${{ github.workspace }}
162
run: python -c "from biosimulators_test_suite.exec_gh_action import ValidateCommitSimulatorGitHubAction; ValidateCommitSimulatorGitHubAction().run(); exit();"
163
164
+ - name: Setup tmate session 3 (if failed)
165
+ uses: mxschmitt/action-tmate@v3
166
+ if: ${{ failure() }}
167
+
168
- name: Setup tmate session 3
169
uses: mxschmitt/action-tmate@v3
170
0 commit comments