Merge pull request #513 from XiangRongLin/ci_use_mock

Adjust CI workflow to run tests with mocks
This commit is contained in:
Stypox 2021-01-15 20:20:23 +01:00 committed by GitHub
commit 48a9993edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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