diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 496c062c..d154aa8a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,6 +28,8 @@ jobs: - run: docker exec kind-control-plane crictl images - run: kubectl apply -f .github/tests/java-spiffe-helper.yaml - run: kubectl wait pod/java-spiffe-helper --for condition=Ready --timeout=180s + - if: ${{ failure() }} + run: kubectl logs -c=java-spiffe-helper -lapp=java-spiffe-helper - if: ${{ failure() }} run: kubectl describe pods -lapp=java-spiffe-helper - uses: actions/setup-java@v4