diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 1f87addd95..617f180be8 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -239,8 +239,9 @@ jobs: if: always() with: name: 'Test results: IT (${{ matrix.rte }}) tests' - path: ./itest/results/*.result.json - reporter: mocha-json + path: ./redisinsight/api/test/test-runs/coverage/*.result.xml + # path: itest/results/*.result.xml + reporter: jest-junit list-tests: 'failed' list-suites: 'failed' fail-on-error: 'false'