Skip to content

Commit 39de8b6

Browse files
committed
Update workflows
1 parent f1b9a59 commit 39de8b6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
run: brew tap codello/brewery .
2020

2121
- name: Run Audit
22-
run: brew audit --strict --appcast --tap codello/brewery
22+
run: brew audit --strict --tap codello/brewery

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
run: brew tap ${{ github.repository }} .
1717
- name: Run Test-Bot
1818
run: brew test-bot --tap ${{ github.repository }} --only-tap-syntax
19+
1920
test-b2:
2021
name: Test B2 Formula
2122
runs-on: macos-latest
@@ -25,8 +26,6 @@ jobs:
2526
run: brew update
2627
- name: Tap ${{ github.repository }}
2728
run: brew tap ${{ github.repository }} .
28-
- name: Install b2-client
29-
run: gem install b2-client
3029
- name: Install formula
3130
run: brew --b2 install font-yorkten
3231
env:

0 commit comments

Comments
 (0)