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.
1 parent 759e6d6 commit 5125992Copy full SHA for 5125992
.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