mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
run e2e tests in GitHub Actions CI
This commit is contained in:
@@ -18,8 +18,8 @@ functions/examples/validator-resource-requests
|
||||
functions/examples/application-cr
|
||||
"
|
||||
|
||||
# don't run e2e tests in CI
|
||||
export KUSTOMIZE_DOCKER_E2E="false"
|
||||
# don't run e2e tests in CI by default
|
||||
export KUSTOMIZE_DOCKER_E2E=${KUSTOMIZE_DOCKER_E2E:-"false"}
|
||||
|
||||
for target in $targets; do
|
||||
echo "----- Making $target -----"
|
||||
|
||||
Reference in New Issue
Block a user