Skip to content

Commit 3eb19cd

Browse files
committed
Fix brew test invocation for qv/bose
1 parent 5f4aa98 commit 3eb19cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/renovate-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Test qv
5555
if: steps.formula-changes.outputs.qv == 'true'
5656
run: |
57-
brew test --formula timvw/tap/qv
57+
brew test timvw/tap/qv
5858
brew audit --strict timvw/tap/qv
5959
6060
- name: Upload qv bottles
@@ -73,7 +73,7 @@ jobs:
7373
- name: Test bose (mac only)
7474
if: steps.formula-changes.outputs.bose == 'true' && matrix.os == 'macos-15'
7575
run: |
76-
brew test --formula timvw/tap/bose
76+
brew test timvw/tap/bose
7777
brew audit --strict timvw/tap/bose
7878
7979
- name: Verify bose artifact available (linux)

0 commit comments

Comments
 (0)