Skip to content

Commit 39eccfa

Browse files
committed
more debugging logs
1 parent d475af1 commit 39eccfa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,16 @@ jobs:
190190
run: |
191191
for dir in *; do
192192
pushd "$dir"
193+
echo "===================================="
194+
echo "Status checks for $dir"
195+
echo "===================================="
193196
echo "Git status for $dir:"
194197
git status
195-
echo ""
198+
echo "Git hash:"
199+
git rev-prase HEAD
200+
echo "Dry run task list:"
201+
./gradlew build --dry-run
202+
echo " "
196203
popd
197204
done
198205

0 commit comments

Comments
 (0)