Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ri committed Aug 7, 2023
1 parent d044c3d commit d3754d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .buildkite/scripts/prepare-report.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

set -euo pipefail

echo "--- Pre install"
source .buildkite/scripts/pre-install-command.sh
add_bin_path
with_go_junit_report

# Create Junit report for junit annotation plugin
buildkite-agent artifact download tests-report.txt . --step test
go-junit-report > junit-report.xml < tests-report.txt

0 comments on commit d3754d0

Please sign in to comment.