Skip to content

Commit ff6cee2

Browse files
committed
feat(make): add e2e command for running from ci-operator
1 parent 7f2129d commit ff6cee2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ run-local-shift:
6969
. ./scripts/install_local.sh local build/resources
7070
rm -rf build
7171

72+
e2e:
73+
export NAMESPACE=$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace)
74+
go test ./test/e2e/...
75+
7276
e2e-local:
7377
. ./scripts/build_local.sh
7478
. ./scripts/run_e2e_local.sh $(TEST)

0 commit comments

Comments
 (0)