Skip to content

Commit

Permalink
- Used released version of filename-inspector.
Browse files Browse the repository at this point in the history
- Prepared for debug of better exclusion of non *Test files.
  • Loading branch information
miroslavpojer committed Aug 21, 2024
1 parent 17ab40d commit dd2990a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_filenames_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:

- name: Filename Inspector
id: scan-test-files
uses: AbsaOSS/filename-inspector@master
uses: AbsaOSS/filename-inspector@v0.1.0
with:
name-patterns: '*UnitTests.*,*IntegrationTests.*'
paths: '**/src/test/scala/**'
report-format: 'console'
excludes: '**/src/test/scala/za/co/absa/db/fadb/testing/**'
verbose-logging: 'false'
# excludes: '**/src/test/scala/za/co/absa/db/fadb/testing/**'
verbose-logging: 'true'
fail-on-violation: 'true'

0 comments on commit dd2990a

Please sign in to comment.