Skip to content

Commit 02b1baa

Browse files
authored
Add sanity check for 'brz' command
Added sanity check for 'brz' command in workflow.
1 parent 046714d commit 02b1baa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/synchronize-launchpad.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
sed -i '1 i from breezy import controldir' $fastimport_dir/branch_updater.py
3434
sed -i 's/helpers.binary_stream(sys.stdin)/sys.stdin.buffer/' $fastimport_dir/cmds.py
3535
36+
# Sanity check
37+
which brz
38+
cat $(which brz)
39+
brz --help
3640
3741
- uses: actions/checkout@v4
3842
with:

0 commit comments

Comments
 (0)