Skip to content

Commit

Permalink
Install junit on macos only
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <[email protected]>
  • Loading branch information
alexsapran committed Feb 1, 2024
1 parent 50ef24d commit 07e6028
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07e6028

Please sign in to comment.