diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b88d5db..1e2290f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,10 +36,7 @@ jobs: - run: brew test-bot --only-tap-syntax - - name: brew test-bot --only-formulae - env: - HOMEBREW_NO_INSTALL_FROM_API: 1 - run: brew test-bot --only-formulae + - run: brew test-bot --only-formulae if: github.event_name == 'pull_request' - name: Upload bottles as artifact