Skip to content

Commit

Permalink
workflows/tests: set HOMEBREW_LIVECHECK_AUTOBUMP
Browse files Browse the repository at this point in the history
We recently modified the behavior of `brew livecheck` to skip
packages in the tap's autobump list, so this change is causing
autobumped formulae to fail the `brew livecheck` part of CI testing.
This adds the `HOMEBREW_LIVECHECK_AUTOBUMP` ENV variable, which
will ensure that `brew livecheck` doesn't skip autobumped formulae
(without manually passing the `--autobump` flag).
  • Loading branch information
samford committed Jan 4, 2025
1 parent 59dbafd commit 3ecc7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ jobs:
--added-formulae="$ADDED_FORMULAE" \
--deleted-formulae="$DELETED_FORMULAE"
env:
HOMEBREW_LIVECHECK_AUTOBUMP: 1
TEST_BOT_FORMULAE_ARGS: ${{ needs.setup_tests.outputs.test-bot-formulae-args }}
TESTING_FORMULAE: ${{ needs.formulae_detect.outputs.testing_formulae }}
ADDED_FORMULAE: ${{ needs.formulae_detect.outputs.added_formulae }}
Expand Down

0 comments on commit 3ecc7d2

Please sign in to comment.