Add test runner workflow#1020
Open
stevemessick wants to merge 5 commits into
Open
Conversation
rosbo
reviewed
May 22, 2026
| @@ -0,0 +1,37 @@ | |||
| name: presubmit | |||
Contributor
There was a problem hiding this comment.
All our CI/CD stuff is setup to use Google Cloud Build. We should stick with that rather than using GitHub workflow.
Can you add simply add a new "test step" after the existing step we already run on every PR:
kaggle-cli/tools/cicd/cloudbuild.yaml
Lines 38 to 43 in 31c7e28
rosbo
reviewed
May 22, 2026
| return shared | ||
|
|
||
|
|
||
| def _get_shared_competition_topics_parser() -> argparse.ArgumentParser: |
Contributor
There was a problem hiding this comment.
Can you make sure your PR only includes related changes. i.e. the changes to setup the test runner.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a workflow to run tests on commit.
Fixes #1009
Fixes #1015