mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 14:35:50 +08:00
ci: add pytest failure annotations (#4324)
* Add pytest-github-actions-annotate-failures to dependencies in pyproject.toml * feat: add --exclude-warning-annotations option to pytest commands in Makefile * feat: add pytest-github-actions-annotate-failures to dev dependencies in pyproject.toml and uv.lock * Add PYTEST_RUN_PATH environment variable to GitHub Actions workflow * Remove '--exclude-warning-annotations' option from pytest commands in Makefile
This commit is contained in:
committed by
GitHub
parent
0fd3d93b1d
commit
6ca864931d
1
.github/workflows/python_test.yml
vendored
1
.github/workflows/python_test.yml
vendored
@ -27,6 +27,7 @@ on:
|
||||
env:
|
||||
POETRY_VERSION: "1.8.2"
|
||||
NODE_VERSION: "21"
|
||||
PYTEST_RUN_PATH: "src/backend/tests"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user