Skip to content

Commit

Permalink
Makefile: Add microshift story target
Browse files Browse the repository at this point in the history
With this we can run `make e2e-story-microshift` and test only the
microshift functionaility.
  • Loading branch information
praveenkumar committed Aug 1, 2023
1 parent 49f0ebf commit bb82289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ e2e-story-marketplace: install
@go test $(REPOPATH)/test/e2e --ldflags="$(VERSION_VARIABLES)" -v --godog.tags="$(GOOS) && ~@startstop && @story_marketplace" --cleanup-home=false
e2e-story-registry: install
@go test $(REPOPATH)/test/e2e --ldflags="$(VERSION_VARIABLES)" -v --godog.tags="$(GOOS) && ~@startstop && @story_registry" --cleanup-home=false

e2e-story-microshift: install
@go test $(REPOPATH)/test/e2e --ldflags="$(VERSION_VARIABLES)" -v $(PULL_SECRET_FILE) $(BUNDLE_LOCATION) $(CRC_BINARY) --godog.tags="$(GOOS) && @microshift" --cleanup-home=false

.PHONY: fmt
fmt: $(TOOLS_BINDIR)/goimports
Expand Down

0 comments on commit bb82289

Please sign in to comment.