Skip to content

Commit

Permalink
Don't update vendor when downloading junit report tool
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Aug 18, 2021
1 parent 158fe60 commit 500a455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci-test.sh
Expand Up @@ -28,7 +28,7 @@ function runTestsCI() {
if [ -n "$ARTIFACT_DIR" ] && [ -d "$ARTIFACT_DIR" ]; then
JUNIT_LOCATION="$ARTIFACT_DIR"/junit_machine_api_operator.xml
echo "jUnit location: $JUNIT_LOCATION"
go get -u github.com/jstemmer/go-junit-report
go install -mod= github.com/jstemmer/go-junit-report@latest
go test -v ./pkg/... ./cmd/... | tee >(go-junit-report > "$JUNIT_LOCATION")
else
echo "\$ARTIFACT_DIR not set or does not exists, no jUnit will be published"
Expand Down

0 comments on commit 500a455

Please sign in to comment.