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

chore(tests): Create make commands for running tests locally #11494

Open
hbelmiro opened this issue Jan 2, 2025 · 2 comments
Open

chore(tests): Create make commands for running tests locally #11494

hbelmiro opened this issue Jan 2, 2025 · 2 comments
Assignees

Comments

@hbelmiro
Copy link
Contributor

hbelmiro commented Jan 2, 2025

Chore description

Right now, if we want to run a test locally, we need to look at the GitHub Actions to figure out how to run it and reproduce the steps in several commands/scripts.
It would be easier if we had make commands for running each test and the GitHub Actions called those make commands instead.

Notes

  • Workflows need to be updated to use the new make targets
  • make commands for running tests should not install any tools. In case of having a tool as a pre-requirement, we can have a specific make command for that.
  • Some stuff will likely remain on GitHub Actions, like creating a kind cluster, for example. We can also have a make command to create a kind cluster, but that would be used only for developers to run tests locally. It wouldn't be called by GitHub Actions.

Labels

/area testing


Love this idea? Give it a 👍.

@chahatsagarmain
Copy link

Hi @hbelmiro , I would like to work on this issue . Can you assign this to me ?

@hbelmiro
Copy link
Contributor Author

/assign @chahatsagarmain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants