Skip to content

Commit f5c2afd

Browse files
authored
Debug ci.yml
1 parent 0d56207 commit f5c2afd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ jobs:
263263
git add biosimulators.json Dockerfile
264264
git commit -m "Updating version of simulator"
265265
266+
- name: Setup tmate session
267+
uses: mxschmitt/action-tmate@v3
268+
if: ${{ failure() }}
269+
266270
- name: Push the revised version of the simulator
267271
if: github.event.inputs.simulatorVersion && github.event.inputs.simulatorVersionLatest == 'true'
268272
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)