We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 172e7b0 + 5125992 commit cbeb6f3Copy full SHA for cbeb6f3
.github/actions/run-functional-tests/action.yml
@@ -85,7 +85,7 @@ runs:
85
shell: bash
86
87
- name: Run tests
88
- run: uv run pytest -n ${{ inputs.test_workers }} ${{ steps.reruns.outputs.reruns }} -m "${{ steps.marker.outputs.marker }}" --device "${{ inputs.device }}" ${{ inputs.tests }}
+ run: uv run pytest --maxfail 5 -n ${{ inputs.test_workers }} ${{ steps.reruns.outputs.reruns }} -m "${{ steps.marker.outputs.marker }}" --device "${{ inputs.device }}" ${{ inputs.tests }}
89
90
env:
91
BASE_URL: ${{ inputs.base_url }}
0 commit comments