From 07e6028a72e37b8735c766ef56db5b96d964be7b Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Thu, 1 Feb 2024 16:34:57 +0200 Subject: [PATCH] Install junit on macos only Signed-off-by: Alexandros Sapranidis --- .buildkite/pipeline.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 906dbb90..d9f98ef5 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -36,8 +36,11 @@ steps: - label: ":mac: Test MacOS" key: test-mac - command: - - ".buildkite/scripts/test.sh junit-report-macos.xml" + command: | + echo "--- Pre install" + source .buildkite/scripts/pre-install-command.sh + with_go_junit_report + .buildkite/scripts/test.sh junit-report-macos.xml agents: provider: "orka" imagePrefix: generic-13-ventura-x64