fix failed tests for fn framework mount generator

This commit is contained in:
koba1t
2023-09-23 03:35:56 +09:00
parent 7af4e772bd
commit af7c088053
16 changed files with 231 additions and 45 deletions

View File

@@ -145,11 +145,11 @@ test-unit-all: \
# This target is used by our Github Actions CI to run unit tests for all non-plugin modules in multiple GOOS environments.
.PHONY: test-unit-non-plugin
test-unit-non-plugin:
./hack/for-each-module.sh "make test" "./plugin/*" 18
./hack/for-each-module.sh "make test" "./plugin/*" 19
.PHONY: build-non-plugin-all
build-non-plugin-all:
./hack/for-each-module.sh "make build" "./plugin/*" 18
./hack/for-each-module.sh "make build" "./plugin/*" 19
.PHONY: test-unit-kustomize-plugins
test-unit-kustomize-plugins: