From a69f7ab2a8d50770cc9f7e6a4c28ff9f3d532d89 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Fri, 9 Feb 2024 01:34:16 +0530 Subject: [PATCH] fix: fixed junit tests issue on prs --- .github/workflows/tests.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51f16b05..08cda65f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,13 +74,17 @@ jobs: npm install node ../../bruno-cli/bin/bru.js run --env Prod --output junit.xml --format junit - - name: Publish Test Report - uses: dorny/test-reporter@v1 - if: success() || failure() - with: - name: Test Report - path: packages/bruno-tests/collection/junit.xml - reporter: java-junit + # Todo Fix this + # https://github.com/dorny/test-reporter/issues/168 + # https://github.com/dorny/test-reporter/issues/229 + # https://github.com/dorny/test-reporter/issues/309 + # - name: Publish Test Report + # uses: dorny/test-reporter@v1 + # if: success() || failure() + # with: + # name: Test Report + # path: packages/bruno-tests/collection/junit.xml + # reporter: java-junit prettier: name: Prettier