-
Notifications
You must be signed in to change notification settings - Fork 1
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
GitHub action request #13
Comments
@while-false , am I missing something? |
All good - it indeed looks very much like my feature request! Thanks for creating this issue @ArthurBandaryk and for taking it on! |
I love this! Testing is probably a bit easier, we can have a generic |
For now we have a number of repos, some private some public, close to all of them bazel ones. On each of them we'd like to easily do a build check and run all tests before merging. To avoid having to have to copy code around or manually tweak target names (e.g.
bazel test test:eventuals
only works ineventuals
) from repo to repo or every time it updates, it would be nice to have ageneric
github action that:BUILD.bazel
or similar).bazel build
(and/orbazel test
) every target.This would allow us to create branch protection rules that does not depend on the individual repo, and the action can live in one isolated place making it easier to maintain and update.
The text was updated successfully, but these errors were encountered: