CI: Upload test reports when failure occurs

pull/817/head
litetex 2022-03-26 19:57:17 +01:00
rodzic 804e57004f
commit 93d6e5c4d5
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -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/**