File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,16 +147,16 @@ jobs:
147147 - name : Run main tests
148148 if : matrix.test == 'main'
149149 # running the "main" tests means "all tests that aren't auth"
150- run : pytest -m "not auth" -vx --cov binderhub --durations=10
150+ run : pytest -m "not auth" -v --maxfail=2 --cov binderhub --durations=10
151151 - name : Run auth tests
152152 if : matrix.test == 'auth'
153153 # running the "auth" tests means "all tests that are marked as auth"
154- run : pytest -m "auth" -vx --cov binderhub --durations=10
154+ run : pytest -m "auth" -v --maxfail=2 --cov binderhub --durations=10
155155 - name : Run helm tests
156156 if : matrix.test == 'helm'
157157 run : |
158158 export BINDER_URL=http://localhost:30901
159- pytest -m "remote" -vx --cov binderhub --durations=10
159+ pytest -m "remote" -v --maxfail=2 --cov binderhub --durations=10
160160 - name : Kubernetes namespace report
161161 if : ${{ always() }}
162162 run : |
You can’t perform that action at this time.
0 commit comments