We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d475af1 commit 39eccfaCopy full SHA for 39eccfa
.github/workflows/continuous-integration.yml
@@ -190,9 +190,16 @@ jobs:
190
run: |
191
for dir in *; do
192
pushd "$dir"
193
+ echo "===================================="
194
+ echo "Status checks for $dir"
195
196
echo "Git status for $dir:"
197
git status
- echo ""
198
+ echo "Git hash:"
199
+ git rev-prase HEAD
200
+ echo "Dry run task list:"
201
+ ./gradlew build --dry-run
202
+ echo " "
203
popd
204
done
205
0 commit comments