Skip to content

Commit 0b941ba

Browse files
committed
fixup
1 parent 8d81b7b commit 0b941ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Run the tests
3434
if: ${{ !startsWith(matrix.python-version, 'pypy') && !startsWith(matrix.os, 'windows') }}
3535
run: |
36-
args="-vv --cov jupyter_server --cov-branch --cov-report term-missing:skip-covered --cov-fail-under 70"
37-
python -m pytest $args || python -m pytest $args --lf
36+
args="-vv --cov jupyter_server --cov-branch --cov-report term-missing:skip-covered"
37+
python -m pytest $args --cov-fail-under 70 || python -m pytest $args --lf
3838
- name: Run the tests on pypy and windows
3939
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
4040
run: |

0 commit comments

Comments
 (0)