mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
add kustomize module to tests that run on master
This commit is contained in:
13
.github/workflows/go.yml
vendored
13
.github/workflows/go.yml
vendored
@@ -58,6 +58,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
KUSTOMIZE_DOCKER_E2E: true
|
KUSTOMIZE_DOCKER_E2E: true
|
||||||
|
|
||||||
|
- name: Test kustomize
|
||||||
|
run: go test -cover ./...
|
||||||
|
working-directory: ./kustomize
|
||||||
|
|
||||||
test-macos:
|
test-macos:
|
||||||
name: Test MacOS
|
name: Test MacOS
|
||||||
runs-on: [macos-latest]
|
runs-on: [macos-latest]
|
||||||
@@ -86,6 +90,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
KUSTOMIZE_DOCKER_E2E: false # docker not installed on mac
|
KUSTOMIZE_DOCKER_E2E: false # docker not installed on mac
|
||||||
|
|
||||||
|
- name: Test kustomize
|
||||||
|
run: go test -cover ./...
|
||||||
|
working-directory: ./kustomize
|
||||||
|
|
||||||
test-windows:
|
test-windows:
|
||||||
name: Test Windows
|
name: Test Windows
|
||||||
runs-on: [windows-latest]
|
runs-on: [windows-latest]
|
||||||
@@ -114,3 +122,8 @@ jobs:
|
|||||||
working-directory: ./cmd/config
|
working-directory: ./cmd/config
|
||||||
env:
|
env:
|
||||||
KUSTOMIZE_DOCKER_E2E: false # docker on windows not working well yet
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user