bazel-contrib / rules-template

A template for creating a new Bazel ruleset
Apache License 2.0
78 stars 20 forks source link

Update internal_deps to latest and test with Bazel 6.0.0rc4 as well as Bazel 5.3.2 #36

Closed gregmagolan closed 1 year ago

gregmagolan commented 1 year ago

Also adds the GH actions code to cancel previous CI runs for a PR (same as https://github.com/aspect-build/rules_js/pull/694) and to run test.sh if that is found at the root of the matrix folder. This is a simple and robust way to run e2e tests that need to make multiple bazel invocations or do other work besides bazel test ...