We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804e570 commit 93d6e5cCopy full SHA for 93d6e5c
1 file changed
.github/workflows/ci.yml
@@ -40,3 +40,10 @@ jobs:
40
echo running with mock downloader
41
./gradlew check --stacktrace -Ddownloader=MOCK
42
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