Skip to content

Commit

Permalink
Merge pull request #1406 from Homebrew/add_brew_test_bot_env
Browse files Browse the repository at this point in the history
Add HOMEBREW_TEST_BOT environment variable
  • Loading branch information
MikeMcQuaid authored Feb 19, 2025
2 parents 436ad60 + b941c04 commit 3ae6019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/test-bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def run
ENV["HOMEBREW_COLOR"] = "1"
ENV["HOMEBREW_GITHUB_ACTIONS"] = "1"
end
ENV["HOMEBREW_TEST_BOT"] = "1"

Homebrew::TestBot.run!(args)
end
Expand Down

0 comments on commit 3ae6019

Please sign in to comment.