Skip to content

Commit 33280d5

Browse files
committed
enable all module tests for windows platform
1 parent 77b3446 commit 33280d5

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,7 @@ jobs:
114114
with:
115115
go-version-file: go.work
116116
id: go
117-
- name: Test kyaml
118-
run: go test -cover ./...
119-
working-directory: ./kyaml
120-
- name: Test cmd/config
121-
run: go test -cover ./...
122-
working-directory: ./cmd/config
117+
- name: Test all modules
118+
run: make test-unit-non-plugin
123119
env:
124120
KUSTOMIZE_DOCKER_E2E: false # docker on windows not working well yet
125-
126-
# TODO (#4001): replace specific modules above with this once Windows tests are passing.
127-
#- name: Test all modules
128-
# run: make test-unit-non-plugin
129-
# env:
130-
# KUSTOMIZE_DOCKER_E2E: false # docker on windows not working well yet

0 commit comments

Comments
 (0)