Skip to content

Commit

Permalink
reinstall before trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Meer Sawood committed May 16, 2024
1 parent c566e6c commit 395097d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ generate-report:
@echo "Generating report"
ifneq ($(OPENSHIFT_BUILD_NAMESPACE),)
mkdir -p ${ARTIFACT_DIR}/${REPORT_PORTAL_DIR}
go install github.com/jstemmer/go-junit-report/v2@latest
PATH=${PATH}:$(go env GOPATH)/bin go-junit-report > ${ARTIFACT_DIR}/${REPORT_PORTAL_DIR}/${REPORT_NAME}
@echo "xUnit Report Generation Successful"
else
Expand Down

0 comments on commit 395097d

Please sign in to comment.