From a240fbf07f2e9a115020f58bb6165287b1a06ae0 Mon Sep 17 00:00:00 2001 From: miroslavpojer Date: Mon, 8 Jul 2024 15:48:42 +0200 Subject: [PATCH] Debugging. --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 6817905..c891c17 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -108,7 +108,7 @@ jobs: */test*.py, */src/test/java/*Unittest*.py, */src/test/java/*Tests.py, - */src/test/java/AnotherUnittests.py, + */src/test/java/AnotherUnittests.py report-format: 'console' verbose-logging: 'true' fail-on-violation: 'true'