Skip to content

Commit 0f95404

Browse files
committed
install crds in ci
1 parent 5148ae4 commit 0f95404

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/conformance-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
go install sigs.k8s.io/cloud-provider-kind@latest
7474
nohup cloud-provider-kind > /tmp/kind-loadbalancer.log 2>&1 &
7575
76-
- name: Install Gateway API
76+
- name: Install Gateway API And CRDs
7777
run: |
78-
make install-gateway-api
78+
make install
7979
8080
- name: Loading Docker Image to Kind Cluster
8181
run: |

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
run: |
6969
make kind-up
7070
71-
- name: Install Gateway API
71+
- name: Install Gateway API And CRDs
7272
run: |
73-
make install-gateway-api
73+
make install
7474
7575
- name: Loading Docker Image to Kind Cluster
7676
run: |

0 commit comments

Comments
 (0)