Skip to content

Commit

Permalink
Fix logs retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr authored Jun 6, 2023
1 parent d08304b commit 83c6ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
if: failure() && steps.tests.outcome == 'failure'
run: |
kubectl describe pods
kubectl logs --all-containers=true --tail=100
kubectl logs deploy/basegun-backend --all-containers --ignore-errors
kubectl logs deploy/basegun-frontend --all-containers --ignore-errors
- name: Test unitests on backend
run : |
Expand Down

0 comments on commit 83c6ae8

Please sign in to comment.