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:
Gabriel Luiz Freitas Almeida
2024-07-02 16:40:57 -03:00
committed by GitHub
parent 629df8fef3
commit 8d1e4ff059
3 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: Python tests
on:
workflow_call:
pull_request:
types: [opened, synchronize, reopened, auto_merge_enabled]
branches: [main]