mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-01 23:05:23 +00:00
CI: Upload test reports when failure occurs
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -40,3 +40,10 @@ jobs:
|
|||||||
echo running with mock downloader
|
echo running with mock downloader
|
||||||
./gradlew check --stacktrace -Ddownloader=MOCK
|
./gradlew check --stacktrace -Ddownloader=MOCK
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Upload test reports when failure occurs
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
if: failure()
|
||||||
|
with:
|
||||||
|
name: NewPipeExtractor-test-reports
|
||||||
|
path: extractor/build/reports/tests/test/**
|
||||||
|
Reference in New Issue
Block a user