Skip to content

Commit

Permalink
chore: get back to using junit's upstream version of mise plugin (#6517)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Sep 17, 2024
1 parent c71c6cb commit 3852fc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ GOJUNIT_REPORT_VERSION = $(shell yq -ojson -r '.gojunit-report' < $(TOOLS_VERSIO
GOJUNIT_REPORT = $(PROJECT_DIR)/bin/installs/go-junit-report/$(GOJUNIT_REPORT_VERSION)/bin/go-junit-report
.PHONY: go-junit-report
go-junit-report: ## Download go-junit-report locally if necessary.
# TODO: Go back to using https://github.com/jwillker/asdf-go-junit-report when https://github.com/jwillker/asdf-go-junit-report/pull/4 merges.
@$(MAKE) mise-plugin-install DEP=go-junit-report URL=https://github.com/pmalek/asdf-go-junit-report.git
@$(MAKE) mise-plugin-install DEP=go-junit-report
@$(MISE) install go-junit-report@$(GOJUNIT_REPORT_VERSION)

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 3852fc1

Please sign in to comment.