Skip to content

Commit

Permalink
PMM-13477 see logs on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Nov 4, 2024
1 parent 32e6ea4 commit 7e6c876
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,17 @@ jobs:
sleep 10
make test-race
make test-cluster-clean
- name: Run debug commands on failure
if: ${{ failure() }}
run: |
echo "--- Environment variables ---"
env | sort
echo "--- GO Environment ---"
go env | sort
echo "--- Git status ---"
git status
echo "--- Docker logs ---"
docker compose logs
echo "--- Docker ps ---"
docker compose ps -a

0 comments on commit 7e6c876

Please sign in to comment.