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 beb7050 commit a0288b8Copy full SHA for a0288b8
.github/workflows/ci.yml
@@ -32,7 +32,9 @@ jobs:
32
- name: Build and run Tests
33
run: |
34
if [[ $GITHUB_EVENT_NAME == 'schedule' ]]; then
35
+ echo running with real downloader
36
./gradlew check --stacktrace -Ddownloader=REAL
37
else
38
+ echo running with mock downloader
39
./gradlew check --stacktrace -Ddownloader=MOCK
40
fi
0 commit comments