Skip to content

Commit ebdb010

Browse files
committed
ci: add debug step
1 parent eaadccc commit ebdb010

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ jobs:
117117
storage-class-name: local-path
118118
pvc-access-mode: ReadWriteMany
119119

120+
- if: always()
121+
run: |
122+
kubectl get pvc -n romeo-in-ci
123+
kubectl get pods -n romeo-in-ci
124+
kubectl get svc -n romeo-in-ci
125+
120126
- name: Stimulate
121127
run: |
122128
curl -v "${{ steps.server.outputs.server }}:${{ steps.env.outputs.port }}/api/v1/coverout"

0 commit comments

Comments
 (0)