diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3482d76..33e3408 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -124,6 +124,9 @@ jobs: echo ::endgroup:: echo ::group::EDA_API_LOGS kubectl logs -l app.kubernetes.io/component=eda-api --tail=1000 || true + kubectl logs -l app.kubernetes.io/component=eda-api -c run-migrations --tail=1000 || true + kubectl logs -l app.kubernetes.io/component=eda-api -c eda-initial-data --tail=1000 || true + kubectl get secret eda-demo-event-persistence-postgres-configuration -o jsonpath='{.data}' || true echo ::endgroup:: echo ::group::EDA_UI_LOGS kubectl logs -l app.kubernetes.io/component=eda-ui --tail=1000 || true