Skip to content

Commit f73775e

Browse files
committed
Ensure test workflow fail ion Windows platform if there are errors.
1 parent 2363702 commit f73775e

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=codicefiscale --cov-report=term-missing --cov-fail-under=90
5152

0 commit comments

Comments
 (0)