Skip to content

Commit 44198f1

Browse files
committed
fix: workflow fix for medium tests
1 parent 4facf60 commit 44198f1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
make envtest
3737
KUBEBUILDER_ASSETS=$(./bin/setup-envtest use 1.26 -p path)
3838
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
3943
- name: setup-gotestsum
4044
run: |
4145
go install gotest.tools/gotestsum@v1.12.0

0 commit comments

Comments
 (0)