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 289b2d7 commit 97141b9Copy full SHA for 97141b9
.github/workflows/pylint.yml
@@ -98,3 +98,8 @@ jobs:
98
ESMFMKFILE: ${{ env.ESMFMKFILE }}
99
LD_LIBRARY_PATH: ${{ env.ESMF_INSTALL_PREFIX }}/lib:${{ env.LD_LIBRARY_PATH }}
100
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