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 6cf2bcc commit db129eeCopy full SHA for db129ee
.github/workflows/ci-test.yml
@@ -221,6 +221,16 @@ jobs:
221
pip install mysqlclient
222
pip install psycopg2
223
224
+ # https://github.com/mxschmitt/action-tmate
225
+ # allow remote ssh into the CI container. I need this to debug
226
+ # some xfail cases
227
+ - name: Setup tmate session
228
+ uses: mxschmitt/action-tmate@v3
229
+ if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
230
+ timeout-minutes: 10
231
+ with:
232
+ limit-access-to-actor: true
233
+
234
- name: Install auxiliary packages
235
run: |
236
sudo apt-get install swig gpg gpgsm libgpgme-dev
0 commit comments