Skip to content

Commit aae20be

Browse files
committed
fix: Helm e2e
Signed-off-by: Marco Franssen <[email protected]>
1 parent a967b4a commit aae20be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
version: ${{ env.HELM_VERSION }}
5151

5252
- name: Install dependences
53-
run: make ginkgo kind
53+
run: make ginkgo setup-test-e2e
5454

5555
- name: Run helm e2e tests
5656
run: make fluentd_helm-e2e

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ cleanup-test-e2e:
9696
test-e2e: setup-test-e2e fluentd-e2e ## Run the e2e tests against a Kind k8s instance that is spun up.
9797

9898
%-e2e: ginkgo
99-
@export KIND_CLUSTER=$(KIND_CLUSTER); tests/scripts/$*_e2e.sh
99+
@export KIND_CLUSTER=$(KIND_CLUSTER); export PATH="bin:$$PATH"; tests/scripts/$*_e2e.sh
100100

101101
.PHONY: lint
102102
lint: golangci-lint ## Run golangci-lint linter

0 commit comments

Comments
 (0)