mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 14:43:37 +08:00
fix: add timeout for unit tests workflows (#2613)
fix: add timeout for unit tests and test CLI in Python workflow
This commit is contained in:
committed by
GitHub
parent
7174e6ef7d
commit
34c1a4d469
1
.github/workflows/python_test.yml
vendored
1
.github/workflows/python_test.yml
vendored
@ -39,6 +39,7 @@ jobs:
|
||||
poetry env use ${{ matrix.python-version }}
|
||||
poetry install
|
||||
- name: Run unit tests
|
||||
timeout-minutes: 12
|
||||
run: |
|
||||
make unit_tests
|
||||
- name: Test CLI
|
||||
|
||||
Reference in New Issue
Block a user