Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jul 8, 2024
1 parent 751f85c commit c1b0347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
**/src/test/java/**,
**/src/test/scala/**
excludes: |
src/test/java/test*.py,
src/test/java/*Unittest*.py,
src/test/java/*Tests.py,
src/test/java/AnotherUnittests.py,
*/test*.py,
*src/test/java/*Unittest*.py,
*src/test/java/*Tests.py,
*src/test/java/AnotherUnittests.py,
report-format: 'console'
verbose-logging: 'true'
fail-on-violation: 'true'
Expand Down

0 comments on commit c1b0347

Please sign in to comment.