Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 8153:18a391e63202
add new tmate debug point.
before problematic gpg install.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Nov 2024 14:25:16 -0500 |
| parents | 0d2a95352679 |
| children | 9fe279eef724 |
comparison
equal
deleted
inserted
replaced
| 8152:0d2a95352679 | 8153:18a391e63202 |
|---|---|
| 218 | 218 |
| 219 - name: Install python db libraries | 219 - name: Install python db libraries |
| 220 run: | | 220 run: | |
| 221 pip install mysqlclient | 221 pip install mysqlclient |
| 222 pip install psycopg2 | 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 | |
| 223 | 233 |
| 224 - name: Install auxiliary packages | 234 - name: Install auxiliary packages |
| 225 run: | | 235 run: | |
| 226 sudo apt-get install swig gpg gpgsm libgpgme-dev | 236 sudo apt-get install swig gpg gpgsm libgpgme-dev |
| 227 # pygments for markdown2 to highlight code blocks | 237 # pygments for markdown2 to highlight code blocks |
