Skip to content

Commit 8af1091

Browse files
committed
ci: debug
1 parent 1b4f7fa commit 8af1091

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,7 @@ jobs:
102102
fi
103103
- name: Run integration tests
104104
run: |
105-
tox run -e ${{ matrix.tox-environment }} -- -m '${{ steps.select-tests.outputs.mark_expression }}' --keep-models --kraft-mode=${{ matrix.kraft-mode }}
105+
tox run -e ${{ matrix.tox-environment }} -- -m '${{ steps.select-tests.outputs.mark_expression }}' --keep-models --kraft-mode=${{ matrix.kraft-mode }}
106+
- name: Setup tmate session
107+
if: ${{ failure() }}
108+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)