add kustomize module to tests that run on master

This commit is contained in:
Katrina Verey
2022-04-04 16:51:31 -04:00
parent 46875b6ac4
commit af06ae6b69

View File

@@ -58,6 +58,10 @@ jobs:
env:
KUSTOMIZE_DOCKER_E2E: true
- name: Test kustomize
run: go test -cover ./...
working-directory: ./kustomize
test-macos:
name: Test MacOS
runs-on: [macos-latest]
@@ -86,6 +90,10 @@ jobs:
env:
KUSTOMIZE_DOCKER_E2E: false # docker not installed on mac
- name: Test kustomize
run: go test -cover ./...
working-directory: ./kustomize
test-windows:
name: Test Windows
runs-on: [windows-latest]
@@ -114,3 +122,8 @@ jobs:
working-directory: ./cmd/config
env:
KUSTOMIZE_DOCKER_E2E: false # docker on windows not working well yet
# TODO: uncomment once Windows tests are passing.
# - name: Test kustomize
# run: go test -cover ./...
# working-directory: ./kustomize