Skip to content

Commit 69ef614

Browse files
Fix test file pattern to match Maven naming convention
Co-authored-by: mickeygousset <[email protected]>
1 parent 78bf8bc commit 69ef614

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
paths-ignore:
5252
- '**/test/**'
5353
- '**/tests/**'
54-
- '**/*.test.java'
54+
- '**/*Test.java'
55+
- '**/*Tests.java'
5556
5657
# Autobuild attempts to build any compiled languages (Java, C#, Go, etc.)
5758
# If this step fails, remove it and run the build manually instead

0 commit comments

Comments
 (0)