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

Commit d4a3527

Browse files
committed
Run inspect operator step post-failure
1 parent 11b10d9 commit d4a3527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ jobs:
304304
kubectl -n integration-tests get jobs -o wide
305305
kubectl -n integration-tests get pods -o wide
306306
- name: "Inspect Operator"
307+
if: failure()
307308
run: |
308309
echo "Deployment in namespace 'securecodebox-system'"
309310
kubectl -n securecodebox-system get deployments

0 commit comments

Comments
 (0)