mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:47:59 +08:00
ci: adds verbosity to the backend unit tests output (#5775)
This commit is contained in:
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
with:
|
||||
timeout_minutes: 12
|
||||
max_attempts: 2
|
||||
command: make unit_tests async=false args="-x --splits ${{ matrix.splitCount }} --group ${{ matrix.group }}"
|
||||
command: make unit_tests async=false args="-x -vv --splits ${{ matrix.splitCount }} --group ${{ matrix.group }}"
|
||||
- name: Minimize uv cache
|
||||
run: uv cache prune --ci
|
||||
integration-tests:
|
||||
|
||||
Reference in New Issue
Block a user