Skip to content

Commit

Permalink
show warden logs in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus committed Jan 9, 2024
1 parent bb853cb commit 6c65910
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/warden-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,8 @@ jobs:
run: |
echo "IMG_DIRECTORY=prod" >> $GITHUB_ENV
echo "IMG_VERSION=${{github.sha}}" >> $GITHUB_ENV
- name: Print envs
run: |
echo $IMG_DIRECTORY
echo $IMG_VERSION
- name: run test
run: make verify-on-cluster
- name: Show Warden Logs
if: failure()
run: kubectl logs -l app=warden --prefix=true;
run: kubectl logs -l app=warden -n kyma-system --prefix=true;

0 comments on commit 6c65910

Please sign in to comment.