8000 dump cluster state at end of run · java-operator-sdk/samples@4ae868d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 4ae868d

Browse files
committed
dump cluster state at end of run
1 parent 6a1b9bb commit 4ae868d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/TomcatIntegrationTest.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ jobs:
2929
restore-keys: ${{ runner.os }}-m2
3030

3131
- name: Run unit tests
32-
run: mvn -B test --file tomcat/pom.xml
32+
run: mvn -B test --file tomcat/pom.xml
33+
34+
- name: Dump state
35+
run: |
36+
kubectl get all -n tomcat-test -o yaml
37+
kubectl logs curl

0 commit comments

Comments
 (0)
0