We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4f7fa commit 8af1091Copy full SHA for 8af1091
.github/workflows/ci.yaml
@@ -102,4 +102,7 @@ jobs:
102
fi
103
- name: Run integration tests
104
run: |
105
- tox run -e ${{ matrix.tox-environment }} -- -m '${{ steps.select-tests.outputs.mark_expression }}' --keep-models --kraft-mode=${{ matrix.kraft-mode }}
+ 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