Skip to content

Commit

Permalink
added path
Browse files Browse the repository at this point in the history
  • Loading branch information
Meer Sawood committed May 15, 2024
1 parent dd88f5b commit c6b6145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ endif
.PHONY: check-go-junit-report

check-go-junit-report:
go env
PATH=${PATH}:$(go env GOPATH)/bin
@command -v go-junit-report >/dev/null 2>&1 || { echo "go-junit-report is not installed. Installing..."; go install github.com/jstemmer/go-junit-report/v2@latest; }
@echo "go-junit-report version:" && go-junit-report -version

Expand Down

0 comments on commit c6b6145

Please sign in to comment.