We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4aa98 commit 3eb19cdCopy full SHA for 3eb19cd
1 file changed
.github/workflows/renovate-verify.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Test qv
55
if: steps.formula-changes.outputs.qv == 'true'
56
run: |
57
- brew test --formula timvw/tap/qv
+ brew test timvw/tap/qv
58
brew audit --strict timvw/tap/qv
59
60
- name: Upload qv bottles
@@ -73,7 +73,7 @@ jobs:
73
- name: Test bose (mac only)
74
if: steps.formula-changes.outputs.bose == 'true' && matrix.os == 'macos-15'
75
76
- brew test --formula timvw/tap/bose
+ brew test timvw/tap/bose
77
brew audit --strict timvw/tap/bose
78
79
- name: Verify bose artifact available (linux)
0 commit comments