mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 06:10:49 +08:00
ci: add 'test' job to run Typescript and Python tests (#2489)
* chore: update workflow_dispatch in Python and TypeScript test workflows * feat(release.yml): add a new 'test' job to run Typescript and Python tests before releasing Langflow Main to ensure code quality and stability. Update dependencies to include Typescript and Python test workflows.
This commit is contained in:
committed by
GitHub
parent
629df8fef3
commit
8d1e4ff059
1
.github/workflows/python_test.yml
vendored
1
.github/workflows/python_test.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Python tests
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, auto_merge_enabled]
|
||||
branches: [main]
|
||||
|
||||
Reference in New Issue
Block a user