Skip to content

Commit db129ee

Browse files
committed
add new tmate debug point.
before problematic gpg install.
1 parent 6cf2bcc commit db129ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,16 @@ jobs:
221221
pip install mysqlclient
222222
pip install psycopg2
223223
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+
224234
- name: Install auxiliary packages
225235
run: |
226236
sudo apt-get install swig gpg gpgsm libgpgme-dev

0 commit comments

Comments
 (0)