Skip to content

Commit

Permalink
* Fixed filename patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Jun 20, 2024
1 parent 157deaa commit ea02daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_filenames_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: scan-test-files
uses: AbsaOSS/filename-inspector@master
with:
name-patterns: '*UnitTest.*,*IntegrationTest.*'
name-patterns: '*UnitTests.*,*IntegrationTests.*'
paths: '**/src/test/scala/**'
report-format: 'console'
verbose-logging: 'false'
Expand Down

0 comments on commit ea02daa

Please sign in to comment.