Skip to content

Commit

Permalink
ci: add assertion that bcr patches apply
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Sep 27, 2023
1 parent 9174085 commit f921715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,7 @@ jobs:
if: ${{ matrix.folder == '.' && matrix.os != 'windows-latest' }}
# Find all shell scripts within e2e, echo the filename, execute, fail on error
run: find e2e/*.sh -maxdepth 1 -type f -exec sh -c 'echo "\n\n------------------------------- $0 -------------------------------" && "$0" || kill $PPID' \{\} \;

- name: verify bcr patches
if: matrix.bzlmodEnabled
run: patch -p1 < .bcr/patches/*.patch

0 comments on commit f921715

Please sign in to comment.