We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37d283 commit 941d307Copy full SHA for 941d307
.github/workflows/coverage.yml
@@ -22,3 +22,4 @@ jobs:
22
with:
23
fail_ci_if_error: true
24
verbose: true
25
+ token: cf0cba0a-22f8-4580-89ab-4f1dec3bda6f
.github/workflows/maven.yaml
@@ -25,3 +25,10 @@ jobs:
cache: "maven"
26
- name: Build with Maven
27
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