mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-18 11:58:30 +01:00
fix: fixed junit tests issue on prs
This commit is contained in:
parent
966718ca66
commit
a69f7ab2a8
18
.github/workflows/tests.yml
vendored
18
.github/workflows/tests.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user