Skip to content

Commit a0288b8

Browse files
committed
Echo which downloader is used during CI process
1 parent beb7050 commit a0288b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
- name: Build and run Tests
3333
run: |
3434
if [[ $GITHUB_EVENT_NAME == 'schedule' ]]; then
35+
echo running with real downloader
3536
./gradlew check --stacktrace -Ddownloader=REAL
3637
else
38+
echo running with mock downloader
3739
./gradlew check --stacktrace -Ddownloader=MOCK
3840
fi

0 commit comments

Comments
 (0)