mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
dev-cmd/tests: ignore BuildPulse failures for now
This commit is contained in:
parent
f4067ac5fe
commit
c32a1b8104
@ -62,7 +62,8 @@ module Homebrew
|
|||||||
|
|
||||||
ohai "Sending test results to BuildPulse"
|
ohai "Sending test results to BuildPulse"
|
||||||
|
|
||||||
system_command! Formula["buildpulse-test-reporter"].opt_bin/"buildpulse-test-reporter",
|
# TODO: make this use `system_command!` when https://github.com/buildpulse/buildpulse-action/issues/4 is fixed
|
||||||
|
system_command Formula["buildpulse-test-reporter"].opt_bin/"buildpulse-test-reporter",
|
||||||
args: [
|
args: [
|
||||||
"submit", "#{HOMEBREW_LIBRARY_PATH}/test/junit",
|
"submit", "#{HOMEBREW_LIBRARY_PATH}/test/junit",
|
||||||
"--account-id", ENV.fetch("HOMEBREW_BUILDPULSE_ACCOUNT_ID"),
|
"--account-id", ENV.fetch("HOMEBREW_BUILDPULSE_ACCOUNT_ID"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user