Skip to content

Commit 8eb9f47

Browse files
authored
CI,Cygwin: Avoid running pytest in root directory.
1 parent 39e303e commit 8eb9f47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cygwin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ jobs:
243243
shell: bash.exe -eo pipefail -o igncr "{0}"
244244
id: cygwin-run-pytest
245245
run: |
246+
mkdir run-test
247+
cd run-test
246248
xvfb-run python -m pytest -rfEsXR -n auto \
247249
--maxfail=50 --timeout=300 --durations=25 \
248250
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes

0 commit comments

Comments
 (0)