We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29291eb commit 6f3c969Copy full SHA for 6f3c969
.github/workflows/maven-verify.yml
@@ -33,6 +33,7 @@ jobs:
33
verify-goal: 'clean install -nsu -P run-its'
34
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.
37
failure-upload-path: |
38
**/*
39
!**/pom.xml
@@ -46,5 +47,6 @@ jobs:
46
47
!**/target/site/*
48
!**/target/staging/*
49
!**/hs_err_pid*
50
+ !surefire-its/target/ConsoleOutputIT_*/target/surefire-reports/*-jvmRun*-events.bin
51
timeout-minutes: 180
52
os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'
0 commit comments