Skip to content

Commit 5637b27

Browse files
authored
Fix CI (#277)
* Run tests on clean master * Pin KinD version in CI
1 parent 7389be1 commit 5637b27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- uses: engineerd/[email protected]
5858
with:
5959
skipClusterCreation: "true"
60+
version: v0.11.1
6061
- name: Install Protoc
6162
uses: solo-io/setup-protoc@master
6263
with:
@@ -132,6 +133,7 @@ jobs:
132133
- uses: engineerd/[email protected]
133134
with:
134135
skipClusterCreation: "true"
136+
version: v0.11.1
135137
- name: Install Protoc
136138
uses: solo-io/setup-protoc@master
137139
with:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: pin kind version in CI/CD

0 commit comments

Comments
 (0)