Skip to content

Commit

Permalink
Capture logs file in validtion dir
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jan 20, 2025
1 parent 17d7a08 commit 1f834a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,9 @@ jobs:
with:
name: report-${{ matrix.test_mode }}-jdk-${{ matrix.java_version }}
path: |
validation/**/*
validation/**/.*
validation/**/* # All regular files
validation/.[!.]* # Top-level hidden files
validation/**/.[!.]* # Hidden files in subdirectories
integration-tests.tar
test-e2e:
Expand Down

0 comments on commit 1f834a0

Please sign in to comment.