Skip to content

Commit

Permalink
ci: check that BCR patches apply (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Sep 27, 2023
1 parent 29e5324 commit 2a05327
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ jobs:
if: matrix.bzlmodEnabled
run: echo "bzlmod_flag=--enable_bzlmod" >> $GITHUB_OUTPUT

# See https://github.com/bazel-contrib/publish-to-bcr#including-patches
- name: verify bcr patches
if: matrix.bzlmodEnabled
run: patch --dry-run -p1 < .bcr/patches/*.patch

- name: bazel test //...
env:
# Bazelisk will download bazel to here.
Expand Down

0 comments on commit 2a05327

Please sign in to comment.