Add argument -Ddownloader=MOCK to CI job

Now MockDownloader will be used in tests.
This commit is contained in:
XiangRongLin 2021-01-15 16:25:13 +01:00
parent 7c774c84ce
commit e5dc62d9bd
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ jobs:
restore-keys: ${{ runner.os }}-gradle
- name: Build and run Tests
run: ./gradlew check --stacktrace
run: ./gradlew check --stacktrace -Ddownloader=MOCK