Skip to content

Commit

Permalink
DNM: Add a debug step for inspecting pytest output directly on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Nov 11, 2023
1 parent 4ad399b commit cbbe2fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
${{ runner.os }}-${{ matrix.python-version }}
- name: Install Deps
run: python -m pip install -U 'tox<4' setuptools virtualenv wheel
- name: Test windows stuff
run: |
tox -epy --notest
.tox/py/Scripts/python -m pytest --subunit --rootdir="./" "./stestr/tests" --co
if: runner.os == 'Windows'
- name: Install and Run Tests
run: tox -e py -- --pytest
if: runner.os != 'macOS'
Expand Down

0 comments on commit cbbe2fc

Please sign in to comment.