Skip to content

Commit

Permalink
Merge branch 'master' into feature/227-getPartitioningAdditionalDataE…
Browse files Browse the repository at this point in the history
…ndpointV2
  • Loading branch information
salamonpavel authored Aug 22, 2024
2 parents 7c734d1 + cd1b908 commit a1700f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_filenames_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ 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: 'server/src/test/scala/za/co/absa/atum/server/api/TestData.scala,server/src/test/scala/za/co/absa/atum/server/api/TestTransactorProvider.scala,server/src/test/scala/za/co/absa/atum/server/ConfigProviderTest.scala'
excludes: |
server/src/test/scala/za/co/absa/atum/server/api/TestData.scala,
server/src/test/scala/za/co/absa/atum/server/api/TestTransactorProvider.scala,
server/src/test/scala/za/co/absa/atum/server/ConfigProviderTest.scala
verbose-logging: 'false'
fail-on-violation: 'true'

0 comments on commit a1700f7

Please sign in to comment.