mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 00:03:32 +08:00
ci: Add pytest-rerunfailures for improved test reliability (#6852)
* chore: Add pytest-rerunfailures plugin for test reliability * ci: Update unit tests workflow with pytest-rerunfailures
This commit is contained in:
committed by
GitHub
parent
c9270bd888
commit
85b2818ea0
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
with:
|
||||
timeout_minutes: 12
|
||||
max_attempts: 2
|
||||
command: make unit_tests async=false args="-x -vv --splits ${{ matrix.splitCount }} --group ${{ matrix.group }}"
|
||||
command: make unit_tests args="-x -vv --splits ${{ matrix.splitCount }} --group ${{ matrix.group }} --reruns 5"
|
||||
- name: Minimize uv cache
|
||||
run: uv cache prune --ci
|
||||
integration-tests:
|
||||
|
||||
Reference in New Issue
Block a user