[ISSUE #8075] Fix workflow and skip failed test for auth module on mac (#8068)

* build: fix coverage workflow

* Skipping some tests under the auth package on Mac

* build: fix test imports
This commit is contained in:
cnScarb
2024-04-29 10:39:24 +08:00
committed by RongtongJin
parent 8f1373f38c
commit 61e75c49fe
6 changed files with 105 additions and 0 deletions
+1
View File
@@ -22,3 +22,4 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
token: cf0cba0a-22f8-4580-89ab-4f1dec3bda6f
+7
View File
@@ -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