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:
parent
629df8fef3
commit
8d1e4ff059
3 changed files with 14 additions and 1 deletions
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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue