Skip to content

Commit 96b76b5

Browse files
committed
Add always() to PTY test for test PR - run even if integration fails
1 parent 8e3674b commit 96b76b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Run integration tests (without secrets)
118118
run: nox -vs integration -p ${{ matrix.python-version }} -- -m "not require_secrets"
119119
- name: Run PTY integration test (Python 3.14 only, no xdist)
120-
if: ${{ matrix.python-version == '3.14' && startsWith(matrix.os, 'ubuntu') }}
120+
if: always() && matrix.python-version == '3.14' && matrix.os == 'ubuntu-latest'
121121
run: |
122122
source .nox/integration-${{ matrix.python-version }}/bin/activate
123123
pytest test/integration/test_help.py::test_help_with_tty -v --sut=$(which b2v4)

0 commit comments

Comments
 (0)