Skip to content

Commit 6454605

Browse files
committed
Capture logs file in validation dir [ci skip]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 17d7a08 commit 6454605

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,9 @@ jobs:
195195
with:
196196
name: report-${{ matrix.test_mode }}-jdk-${{ matrix.java_version }}
197197
path: |
198-
validation/**/*
199-
validation/**/.*
198+
validation/**/* # All regular files
199+
validation/.[!.]* # Top-level hidden files
200+
validation/**/.[!.]* # Hidden files in subdirectories
200201
integration-tests.tar
201202
202203
test-e2e:

0 commit comments

Comments
 (0)