Skip to content

Commit d4bf013

Browse files
committed
DNM: Add a debug step for inspecting pytest output directly on windows
1 parent 4ad399b commit d4bf013

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
${{ runner.os }}-${{ matrix.python-version }}
6464
- name: Install Deps
6565
run: python -m pip install -U 'tox<4' setuptools virtualenv wheel
66+
- name: Test windows stuff
67+
run: |
68+
tox -epy --notest
69+
.tox/py/bin/python -m pytest --subunit --rootdir="./" "./stestr/tests" --co
6670
- name: Install and Run Tests
6771
run: tox -e py -- --pytest
6872
if: runner.os != 'macOS'

0 commit comments

Comments
 (0)