Skip to content

Commit f46ab74

Browse files
committed
DEBUG
1 parent fd40a01 commit f46ab74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ jobs:
160160
restore-keys: |
161161
${{ steps.artifact_prefix.outputs.ARTIFACT_PREFIX }}-
162162
163+
- name: Setup tmate session
164+
uses: mxschmitt/action-tmate@v3
165+
163166
- name: Run unit tests
164167
run: |
165168
pytest -v -ra --logical --dev --backend ${{ matrix.GS_BACKEND }} -m 'required and not slow' --forked ./tests

0 commit comments

Comments
 (0)