Skip to content

Commit

Permalink
ci: output docker info for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Jan 25, 2024
1 parent 526d22f commit d5cf3be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zxc-compile-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
if ! command -v make >/dev/null 2>&1; then
sudo apt-get update
sudo apt-get install -y make
docker info
docker ps -a
fi
- name: Setup Java
Expand Down

0 comments on commit d5cf3be

Please sign in to comment.