Skip to content

Commit e5dc62d

Browse files
committed
Add argument -Ddownloader=MOCK to CI job
Now MockDownloader will be used in tests.
1 parent 7c774c8 commit e5dc62d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
restore-keys: ${{ runner.os }}-gradle
2727

2828
- name: Build and run Tests
29-
run: ./gradlew check --stacktrace
29+
run: ./gradlew check --stacktrace -Ddownloader=MOCK

0 commit comments

Comments
 (0)