Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflows for better test coverage and integration #2344

Merged
merged 4 commits into from
Jun 25, 2024

Conversation

ogabrielluiz
Copy link
Contributor

This pull request updates the workflows to improve test coverage and integration. Specifically, the typescript_test.yml workflow now includes a workflow_dispatch event to trigger the workflow manually with a branch input parameter. Additionally, the workflow has been updated to checkout code from the specified branch when triggered manually. The lint-py.yml workflow has been updated to trigger on specific pull request events and checks requested action. It also includes a specific job to run Mypy for static type checking. The python_test.yml workflow has been updated to trigger on more actions, including pull request events and specific branches, to provide better test coverage and integration.

…low manually with branch input parameter

🔧 (typescript_test.yml): update workflow to checkout code from the specified branch when triggered manually
…request events and checks requested action

📝 (lint-py.yml): add a specific job to run Mypy for static type checking in the linting workflow
…trigger on more actions for better test coverage and integration
Copy link

vercel bot commented Jun 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2024 5:15pm

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jun 25, 2024
@ogabrielluiz ogabrielluiz merged commit 84332bc into dev Jun 25, 2024
4 of 5 checks passed
@ogabrielluiz ogabrielluiz deleted the update_frontend_tests_ci branch June 25, 2024 17:13
ogabrielluiz added a commit that referenced this pull request Jun 25, 2024
* ✨ (typescript_test.yml): add workflow_dispatch event to trigger workflow manually with branch input parameter

🔧 (typescript_test.yml): update workflow to checkout code from the specified branch when triggered manually

* 📝 (lint-py.yml): update linting workflow to trigger on specific pull request events and checks requested action

📝 (lint-py.yml): add a specific job to run Mypy for static type checking in the linting workflow

* 🔧 (python_test.yml): update pull_request event types and branches to trigger on more actions for better test coverage and integration
ogabrielluiz added a commit that referenced this pull request Jun 25, 2024
* ✨ (typescript_test.yml): add workflow_dispatch event to trigger workflow manually with branch input parameter

🔧 (typescript_test.yml): update workflow to checkout code from the specified branch when triggered manually

* 📝 (lint-py.yml): update linting workflow to trigger on specific pull request events and checks requested action

📝 (lint-py.yml): add a specific job to run Mypy for static type checking in the linting workflow

* 🔧 (python_test.yml): update pull_request event types and branches to trigger on more actions for better test coverage and integration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant