mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +05:30
Merge pull request #513 from XiangRongLin/ci_use_mock
Adjust CI workflow to run tests with mocks
This commit is contained in:
commit
48a9993edd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user