Skip to content

Commit cc3d495

Browse files
committed
ci: Print controller logs after e2e run
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 0bd5b95 commit cc3d495

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
SKIP_COSIGN_VERIFICATION: true
4747
CREATE_CLUSTER: false
4848
run: make e2e
49+
- name: Print controller logs
50+
if: always()
51+
continue-on-error: true
52+
run: |
53+
kubectl -n source-system logs -l app=source-controller
4954
5055
kind-linux-arm64:
5156
# Hosted on Equinix

0 commit comments

Comments
 (0)