Skip to content

Commit

Permalink
ci(charts): set correct e2e commands and paths
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Dec 30, 2023
1 parent c0657b2 commit 37a0bd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ lint: golangci-lint

.PHONY: e2e
e2e: ginkgo
@$(GINKGO) test -v -tags e2e ./e2e
@$(GINKGO) -v -tags e2e ./e2e

.PHONY: e2e/charts
e2e/charts: ginkgo
$(GINKGO) -v -tags e2e ./e2e/charts

.PHONY: golangci-lint
golangci-lint:
Expand Down
2 changes: 1 addition & 1 deletion e2e/charts/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var _ = BeforeSuite(func() {
_, err := utils.HelmInstall(
"capsule-addon-fluxcd",
NamespaceCapsule,
"../charts/capsule-addon-fluxcd",
"charts/capsule-addon-fluxcd",
"",
nil,
kubeConfig,
Expand Down

0 comments on commit 37a0bd5

Please sign in to comment.