Echo which downloader is used during CI process
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -32,7 +32,9 @@ jobs:
|
|||||||
- name: Build and run Tests
|
- name: Build and run Tests
|
||||||
run: |
|
run: |
|
||||||
if [[ $GITHUB_EVENT_NAME == 'schedule' ]]; then
|
if [[ $GITHUB_EVENT_NAME == 'schedule' ]]; then
|
||||||
|
echo running with real downloader
|
||||||
./gradlew check --stacktrace -Ddownloader=REAL
|
./gradlew check --stacktrace -Ddownloader=REAL
|
||||||
else
|
else
|
||||||
|
echo running with mock downloader
|
||||||
./gradlew check --stacktrace -Ddownloader=MOCK
|
./gradlew check --stacktrace -Ddownloader=MOCK
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user