Skip to content

Commit be81846

Browse files
committed
Print controller logs in CI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent 81d3ecf commit be81846

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ jobs:
100100
kubectl -n source-system apply -f ./config/testdata/helmchart-from-bucket/source.yaml
101101
kubectl -n source-system wait bucket/charts --for=condition=ready --timeout=1m
102102
kubectl -n source-system wait helmchart/helmchart-bucket --for=condition=ready --timeout=1m
103+
- name: Logs
104+
run: |
105+
kubectl -n source-system logs deploy/source-controller
103106
- name: Debug failure
104107
if: failure()
105108
run: |

0 commit comments

Comments
 (0)