Skip to content

Commit

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

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

- run: |
brew update
brew test-bot --only-formulae
- name: brew test-bot --only-formulae
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'

- name: Upload bottles as artifact
Expand Down

0 comments on commit b3e91aa

Please sign in to comment.