This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch tibor17-gh-workflows-path
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/tibor17-gh-workflows-path by
this push:
new 29291eb39 excluded hs_err_pid3768.mdmp
29291eb39 is described below
commit 29291eb3907825223c47d2ffc945567da02a2e13
Author: tibordigana <[email protected]>
AuthorDate: Wed Nov 12 00:58:41 2025 +0100
excluded hs_err_pid3768.mdmp
---
.github/workflows/maven-verify.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 99a5e1f97..ea30a7745 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -45,5 +45,6 @@ jobs:
!**/*.zip
!**/target/site/*
!**/target/staging/*
+ !**/hs_err_pid*
timeout-minutes: 180
os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'