Skip to content

Commit a20dec7

Browse files
chore: added few diagnostic
1 parent 3a4ffb4 commit a20dec7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/cli-tests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,16 @@ jobs:
9292
echo "ha.stderr.log not found at $LOG"
9393
find $HOME/.colima -maxdepth 3 -type f -name '*stderr*' -print
9494
fi
95+
- name: Diagnostics (macOS arch & binaries)
96+
if: ${{ failure() && matrix.os.name == 'mac' }}
97+
run: |
98+
echo "===GATHERING DIAGNOSTIC DATA ==="
99+
set -euxo pipefail
100+
uname -a
101+
uname -m
102+
which brew || true
103+
brew --prefix || true
104+
which colima || true
105+
which limactl || true
106+
if command -v colima >/dev/null; then file "$(which colima)"; fi
107+
if command -v limactl >/dev/null; then file "$(which limactl)"; fi

0 commit comments

Comments
 (0)