mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
* build: fix coverage workflow * Skipping some tests under the auth package on Mac * build: fix test imports
This commit is contained in:
@@ -22,3 +22,4 @@ jobs:
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
token: cf0cba0a-22f8-4580-89ab-4f1dec3bda6f
|
||||
|
||||
@@ -25,3 +25,10 @@ jobs:
|
||||
cache: "maven"
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Upload JVM crash logs
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: jvm-crash-logs
|
||||
path: /Users/runner/work/rocketmq/rocketmq/auth/hs_err_pid*.log
|
||||
retention-days: 1
|
||||
Reference in New Issue
Block a user