mirror of
https://github.com/Valkyrie00/bold-brew.git
synced 2026-03-14 14:25:53 +01:00
fix(ci): use --help instead of --version for compatibility
The --version flag is not yet in the released version (2.1.1). Use 'which bbrew' and 'bbrew --help' to verify installation.
This commit is contained in:
parent
9b518f1dda
commit
298c59327d
1 changed files with 8 additions and 4 deletions
12
.github/workflows/test-install.yml
vendored
12
.github/workflows/test-install.yml
vendored
|
|
@ -39,7 +39,8 @@ jobs:
|
|||
echo "==> Checking brew..."
|
||||
brew --version
|
||||
echo "==> Checking bbrew..."
|
||||
bbrew --version
|
||||
which bbrew
|
||||
bbrew --help | head -3
|
||||
echo "✓ All checks passed!"
|
||||
|
||||
test-macos-arm:
|
||||
|
|
@ -69,7 +70,8 @@ jobs:
|
|||
echo "==> Checking brew..."
|
||||
brew --version
|
||||
echo "==> Checking bbrew..."
|
||||
bbrew --version
|
||||
which bbrew
|
||||
bbrew --help | head -3
|
||||
echo "✓ All checks passed!"
|
||||
|
||||
test-macos-intel:
|
||||
|
|
@ -101,7 +103,8 @@ jobs:
|
|||
echo "==> Checking brew..."
|
||||
brew --version
|
||||
echo "==> Checking bbrew..."
|
||||
bbrew --version
|
||||
which bbrew
|
||||
bbrew --help | head -3
|
||||
echo "✓ All checks passed!"
|
||||
|
||||
test-already-installed:
|
||||
|
|
@ -126,6 +129,7 @@ jobs:
|
|||
- name: Verify bbrew installed
|
||||
run: |
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
bbrew --version
|
||||
which bbrew
|
||||
bbrew --help | head -3
|
||||
echo "✓ Upgrade path works!"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue