Skip to content

Commit 379dedb

Browse files
authored
Upload sphinx hotspots (#92)
* Start the DH server in sphinx * Upload jvm error logs for sphinx
1 parent 362da8b commit 379dedb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ jobs:
101101
with:
102102
name: documentation-html
103103
path: sphinx/build/html/
104+
- name: Upload JVM Error Logs
105+
uses: actions/upload-artifact@v3
106+
if: failure()
107+
with:
108+
name: check-ci-jvm-err
109+
path: '**/*_pid*.log'
110+
if-no-files-found: ignore
104111

105112
publish-sphinx:
106113
name: Publish Sphinx

0 commit comments

Comments
 (0)