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 33280d5Copy full SHA for 33280d5
.github/workflows/go.yml
@@ -114,17 +114,7 @@ jobs:
114
with:
115
go-version-file: go.work
116
id: go
117
- - name: Test kyaml
118
- run: go test -cover ./...
119
- working-directory: ./kyaml
120
- - name: Test cmd/config
121
122
- working-directory: ./cmd/config
+ - name: Test all modules
+ run: make test-unit-non-plugin
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
0 commit comments