Skip to content

Commit 93d6e5c

Browse files
committed
CI: Upload test reports when failure occurs
1 parent 804e570 commit 93d6e5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ jobs:
4040
echo running with mock downloader
4141
./gradlew check --stacktrace -Ddownloader=MOCK
4242
fi
43+
44+
- name: Upload test reports when failure occurs
45+
uses: actions/upload-artifact@v3
46+
if: failure()
47+
with:
48+
name: NewPipeExtractor-test-reports
49+
path: extractor/build/reports/tests/test/**

0 commit comments

Comments
 (0)