Skip to content

Commit 7121d4a

Browse files
committed
Ensure test workflow fails on Windows platform if there are errors.
1 parent 3c4177d commit 7121d4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
mypy --install-types --non-interactive
4747
4848
- name: Run tests
49+
shell: bash
4950
run: |
5051
pytest tests --cov=fsutil --cov-report=term-missing --cov-fail-under=90
5152

0 commit comments

Comments
 (0)