Skip to content

Commit 03d18de

Browse files
committed
chore: improved validate ci
1 parent c5b4535 commit 03d18de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Create k8s Kind Cluster
1919
uses: helm/[email protected]
20+
with:
21+
cluster_name: "k8scluster"
2022

2123
- name: Generate CRD
2224
run: cargo run --bin=crdgen >> crd.yaml
@@ -29,7 +31,8 @@ jobs:
2931

3032
- name: Load Image into Kind
3133
run: |
32-
kind load docker-image ext-cardano-dbsync:latest
34+
docker images
35+
kind load docker-image ext-cardano-dbsync:latest --name k8scluster
3336
3437
- name: Apply manifests
3538
run: |

0 commit comments

Comments
 (0)