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 4facf60 commit 44198f1Copy full SHA for 44198f1
.changes/unreleased/Fixed-20250513-113445.yaml
@@ -0,0 +1,3 @@
1
+kind: Fixed
2
+body: '[development] mutating\validating webhooks now run during medium tests (previously e2e only)'
3
+time: 2025-05-13T11:34:45.560660001+02:00
.github/workflows/run-tests.yml
@@ -36,6 +36,10 @@ jobs:
36
make envtest
37
KUBEBUILDER_ASSETS=$(./bin/setup-envtest use 1.26 -p path)
38
echo "KUBEBUILDER_ASSETS=$KUBEBUILDER_ASSETS" >> $GITHUB_ENV
39
+ - name: render-webhook-manifests
40
+ run: |
41
+ # This renders webhook manifests to ./config/webhook
42
+ make manifests
43
- name: setup-gotestsum
44
run: |
45
go install gotest.tools/gotestsum@v1.12.0
0 commit comments