mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-26 23:10:34 +05:30
CI: Upload test reports when failure occurs
This commit is contained in:
parent
804e57004f
commit
93d6e5c4d5
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -40,3 +40,10 @@ jobs:
|
||||
echo running with mock downloader
|
||||
./gradlew check --stacktrace -Ddownloader=MOCK
|
||||
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/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user