Add argument -Ddownloader=MOCK to CI job

Now MockDownloader will be used in tests.
pull/513/head
XiangRongLin 2021-01-15 16:25:13 +01:00
rodzic 7c774c84ce
commit e5dc62d9bd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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