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

Commit 9cf29be

Browse files
committed
Inspect Operator logs in ci
1 parent e6ddf02 commit 9cf29be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ jobs:
230230
kubectl -n securecodebox-system get deployments
231231
echo "Deployment in namspace 'securecodebox-system'"
232232
kubectl -n securecodebox-system get pods
233+
echo "Operator Startup Logs"
234+
kubectl -n securecodebox-system logs deployment/securecodebox-controller-manager
233235
- name: "Install Test Dependencies"
234236
run: |
235237
cd tests/integration/
@@ -239,6 +241,14 @@ jobs:
239241
kubectl --namespace integration-tests apply -f integrations/nmap/nmap-scan-type.yaml -f integrations/nmap/nmap-parse-definition.yaml
240242
cd tests/integration/
241243
npx jest --ci --color nmap
244+
- name: "Inspect Operator"
245+
run: |
246+
echo "Deployment in namspace 'securecodebox-system'"
247+
kubectl -n securecodebox-system get deployments
248+
echo "Deployment in namspace 'securecodebox-system'"
249+
kubectl -n securecodebox-system get pods
250+
echo "Operator Startup Logs"
251+
kubectl -n securecodebox-system logs deployment/securecodebox-controller-manager
242252
- name: "Delete kind cluster"
243253
run: |
244254
kind delete cluster

0 commit comments

Comments
 (0)