Skip to content

Commit 941d307

Browse files
committed
build: fix coverage workflow
1 parent b37d283 commit 941d307

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
with:
2323
fail_ci_if_error: true
2424
verbose: true
25+
token: cf0cba0a-22f8-4580-89ab-4f1dec3bda6f

.github/workflows/maven.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ jobs:
2525
cache: "maven"
2626
- name: Build with Maven
2727
run: mvn -B package --file pom.xml
28+
- name: Upload JVM crash logs
29+
if: failure()
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: jvm-crash-logs
33+
path: /Users/runner/work/rocketmq/rocketmq/auth/hs_err_pid*.log
34+
retention-days: 1

0 commit comments

Comments
 (0)