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

commit e8956cb299ff65b98ace94493d13c4221fcacf80
Author: tibor17 <[email protected]>
AuthorDate: Sun Nov 9 00:20:58 2025 +0100

    Missing many files in the GH Artifacts of CI ex-post. Build timeout is too 
long.
---
 .github/workflows/maven-verify.yml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index e6c9b637c..4dc25d22d 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -33,8 +33,12 @@ jobs:
       verify-goal: 'clean install -nsu -P run-its'
       verify-fail-fast: false
       failure-upload-path: |
-        surefire-its/target/*/log.txt
-        surefire-its/target/**/surefire-reports/*
-        surefire-its/target/**/failsafe-reports/*
-      timeout-minutes: 600
+        maven-surefire/**/*
+        !maven-surefire/**/*.java
+        !maven-surefire/**/*.class
+        !maven-surefire/**/*.jar
+        !maven-surefire/**/*.tar.gz
+        !maven-surefire/**/*.tgz
+        !maven-surefire/**/*.zip
+      timeout-minutes: 180
       os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'

Reply via email to