mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-27 15:31:37 +02:00
fix: fixed junit tests issue on prs
This commit is contained in:
parent
a69f7ab2a8
commit
7cf5f0d612
18
.github/workflows/tests.yml
vendored
18
.github/workflows/tests.yml
vendored
@ -74,17 +74,13 @@ 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
|
||||||
|
|
||||||
# Todo Fix this
|
- name: Publish Test Report
|
||||||
# https://github.com/dorny/test-reporter/issues/168
|
uses: dorny/test-reporter@v1
|
||||||
# https://github.com/dorny/test-reporter/issues/229
|
if: success() || failure()
|
||||||
# https://github.com/dorny/test-reporter/issues/309
|
with:
|
||||||
# - name: Publish Test Report
|
name: Test Report
|
||||||
# uses: dorny/test-reporter@v1
|
path: packages/bruno-tests/collection/junit.xml
|
||||||
# if: success() || failure()
|
reporter: java-junit
|
||||||
# with:
|
|
||||||
# name: Test Report
|
|
||||||
# path: packages/bruno-tests/collection/junit.xml
|
|
||||||
# reporter: java-junit
|
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
name: Prettier
|
name: Prettier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user