We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b3446 commit 48fce68Copy full SHA for 48fce68
.github/workflows/go.yml
@@ -122,9 +122,7 @@ jobs:
122
working-directory: ./cmd/config
123
env:
124
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
+ - name: Test all modules
+ run: make test-unit-non-plugin
+ env:
+ KUSTOMIZE_DOCKER_E2E: false # docker on windows not working well yet
0 commit comments