Skip to content

Commit 6f3c969

Browse files
committed
Optionally suppressed *-jvmRun*-events.bin
1 parent 29291eb commit 6f3c969

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
verify-goal: 'clean install -nsu -P run-its'
3434
verify-fail-fast: false
3535
# 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.
3637
failure-upload-path: |
3738
**/*
3839
!**/pom.xml
@@ -46,5 +47,6 @@ jobs:
4647
!**/target/site/*
4748
!**/target/staging/*
4849
!**/hs_err_pid*
50+
!surefire-its/target/ConsoleOutputIT_*/target/surefire-reports/*-jvmRun*-events.bin
4951
timeout-minutes: 180
5052
os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'

0 commit comments

Comments
 (0)