Skip to content

Commit 1598c66

Browse files
authored
Due to hanging pipelines when tests start failing on Windows for pydpf-post, add a maxfail to the pytest call. (#2004)
1 parent 4c70b81 commit 1598c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pydpf-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
shell: bash
160160
working-directory: pydpf-post/tests
161161
run: |
162-
pytest $DEBUG --reruns 2 .
162+
pytest $DEBUG --maxfail=5 --reruns 2 .
163163
if: always()
164164
timeout-minutes: 60
165165

0 commit comments

Comments
 (0)