Skip to content

Commit c5b4535

Browse files
committed
chore: improved validate ci
1 parent 90500ac commit c5b4535

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
@@ -27,6 +27,10 @@ jobs:
2727
- name: Build Controller
2828
run: docker build -t ext-cardano-dbsync:latest .
2929

30+
- name: Load Image into Kind
31+
run: |
32+
kind load docker-image ext-cardano-dbsync:latest
33+
3034
- name: Apply manifests
3135
run: |
3236
kubectl apply -f test/manifest.yaml
@@ -35,4 +39,3 @@ jobs:
3539
- name: Validate if CRD is working
3640
run: |
3741
counter=0; while ((counter++ < 5)); do kubectl get pod -n project; sleep 2; done;
38-

0 commit comments

Comments
 (0)