Skip to content

Commit

Permalink
spit dtas logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 31, 2024
1 parent 8ea7f15 commit 55027fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,11 @@ jobs:
- name: Run helm test
id: helm_test
run: helm test acs

- name: Spit cluster status after helm test
if: always() && steps.helm_test.outcome != 'skipped'
run: |
kubectl logs -l app.kubernetes.io/component=dtas --tail=-1
kubectl get all --all-namespaces
kubectl describe pod
kubectl events --for deployment/acs-alfresco-repository

0 comments on commit 55027fc

Please sign in to comment.