Skip to content

Commit 86134c0

Browse files
committed
Missing many files in the GH Artifacts of CI ex-post. Build timeout is too short.
1 parent 6b9ac38 commit 86134c0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/maven-verify.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ jobs:
3333
verify-goal: 'clean install -nsu -P run-its'
3434
verify-fail-fast: false
3535
failure-upload-path: |
36-
surefire-its/target/*/log.txt
37-
surefire-its/target/**/surefire-reports/*
38-
surefire-its/target/**/failsafe-reports/*
39-
timeout-minutes: 600
36+
maven-surefire/**/target/**/*.*
37+
!maven-surefire/**/target/**/*.java
38+
!maven-surefire/**/target/**/*.class
39+
!maven-surefire/**/target/**/*.jar
40+
!maven-surefire/**/target/**/*.tar.gz
41+
!maven-surefire/**/target/**/*.tgz
42+
!maven-surefire/**/target/**/*.zip
43+
timeout-minutes: 900
4044
os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'

0 commit comments

Comments
 (0)