Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 4edffde

Browse files
committed
Install operator in integration tests
1 parent 42453c5 commit 4edffde

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,13 @@ jobs:
209209
run: |
210210
kubectl config current-context
211211
kubectl get node
212+
- name: "Inspect Operator"
213+
run: |
214+
kubectl create namespace securecodebox-system
215+
helm -n securecodebox-system install securecodebox-operator ./operator/ --wait
216+
- name: "Install Test Dependencies"
217+
run: |
218+
npm ci
212219
- name: "Delete kind cluster"
213220
run: |
214221
kind delete cluster

0 commit comments

Comments
 (0)