Skip to content

Commit

Permalink
tests.yml: Add brew update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored Jul 17, 2024
1 parent 452dc4e commit ad8294f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:

- run: brew test-bot --only-tap-syntax

- run: brew test-bot --only-formulae
- run: |
brew update
brew test-bot --only-formulae
if: github.event_name == 'pull_request'
- name: Upload bottles as artifact
Expand Down

0 comments on commit ad8294f

Please sign in to comment.