Skip to content

Commit 298e507

Browse files
committed
Missing many files in the GH Artifacts of CI ex-post.
1 parent e520b9c commit 298e507

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/workflows/maven-verify.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,21 @@ jobs:
3232
ff-site-goal: '-v'
3333
verify-goal: 'clean install -nsu -P run-its'
3434
verify-fail-fast: false
35+
# Investigation reasons: Some tests generate custom files, standard reports and logs.
36+
# Remove the line with `*-jvmRun*-events.bin` pattern if large streams should be investigated.
3537
failure-upload-path: |
36-
surefire-its/target/*/log.txt
37-
surefire-its/target/**/surefire-reports/*
38-
surefire-its/target/**/failsafe-reports/*
38+
**/*
39+
!**/pom.xml
40+
!**/*.java
41+
!**/*.class
42+
!**/*.jar
43+
!**/*.war
44+
!**/*.tar.gz
45+
!**/*.tgz
46+
!**/*.zip
47+
!**/target/site/*
48+
!**/target/staging/*
49+
!**/hs_err_pid*
50+
!surefire-its/target/ConsoleOutputIT_*/target/surefire-reports/*-jvmRun*-events.bin
3951
timeout-minutes: 600
4052
os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'

0 commit comments

Comments
 (0)