Skip to content

Commit 97141b9

Browse files
committed
add tmate session for debugging
1 parent 289b2d7 commit 97141b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,8 @@ jobs:
9898
ESMFMKFILE: ${{ env.ESMFMKFILE }}
9999
LD_LIBRARY_PATH: ${{ env.ESMF_INSTALL_PREFIX }}/lib:${{ env.LD_LIBRARY_PATH }}
100100
run: poetry run pytest -q
101+
# the following can be used by developers to login to the github server in case of errors
102+
# see https://github.com/marketplace/actions/debugging-with-tmate for further details
103+
- name: Setup tmate session
104+
if: ${{ failure() }}
105+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)