fix: fixed junit tests issue on prs

This commit is contained in:
Anoop M D 2024-02-09 01:34:16 +05:30
parent 966718ca66
commit a69f7ab2a8

View File

@ -74,13 +74,17 @@ jobs:
npm install npm install
node ../../bruno-cli/bin/bru.js run --env Prod --output junit.xml --format junit node ../../bruno-cli/bin/bru.js run --env Prod --output junit.xml --format junit
- name: Publish Test Report # Todo Fix this
uses: dorny/test-reporter@v1 # https://github.com/dorny/test-reporter/issues/168
if: success() || failure() # https://github.com/dorny/test-reporter/issues/229
with: # https://github.com/dorny/test-reporter/issues/309
name: Test Report # - name: Publish Test Report
path: packages/bruno-tests/collection/junit.xml # uses: dorny/test-reporter@v1
reporter: java-junit # if: success() || failure()
# with:
# name: Test Report
# path: packages/bruno-tests/collection/junit.xml
# reporter: java-junit
prettier: prettier:
name: Prettier name: Prettier