Add argument -Ddownloader=MOCK to CI job
Now MockDownloader will be used in tests.
This commit is contained in:
parent
7c774c84ce
commit
e5dc62d9bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue