Skip to content

Commit ad09232

Browse files
author
Srinath Avadhanula
committed
more debugging
1 parent 7bace8b commit ad09232

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bazelBuildAndTestTcp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
echo "Please run 'find . -type f -name "*.cpp" -o -name "*.h" | xargs clang-format -i' and commit changes."
5959
echo "git reports the following changes: "
6060
echo "$(git status --porcelain)"
61-
echo "clang-format version: $(clang-format --version)"
61+
echo "$(git diff -u)"
62+
docker run --rm mlir-tcp:ci clang-format --version
63+
docker run --rm mlir-tcp:ci uname -a
6264
exit 1
6365
fi
6466

0 commit comments

Comments
 (0)