dev-cmd/tests: ignore BuildPulse failures for now

This commit is contained in:
Bo Anderson 2023-03-01 22:21:45 +00:00
parent f4067ac5fe
commit c32a1b8104
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -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"),