Skip to content

Commit

Permalink
Add debug again
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Schmitz von Hülst <[email protected]>
  • Loading branch information
moritzschmitz-oviva committed Feb 14, 2024
1 parent c961080 commit c002c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c002c7b

Please sign in to comment.