Skip to content

Commit

Permalink
#692 - Set specific name for test report result (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
khoahd7621 authored May 29, 2023
1 parent 93b96f0 commit 97144b5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Cart-Service-Unit-Test-Results
path: "cart/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/customer-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Customer-Service-Unit-Test-Results
path: "customer/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/inventory-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Inventory-Service-Unit-Test-Results
path: "inventory/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/location-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Location-Service-Unit-Test-Results
path: "location/**/surefire-reports/*.xml"
reporter: java-junit

2 changes: 1 addition & 1 deletion .github/workflows/media-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Media-Service-Unit-Test-Results
path: "media/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/order-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Order-Service-Unit-Test-Results
path: "order/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/payment-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Payment-Service-Unit-Test-Results
path: "payment/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/product-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Product-Service-Unit-Test-Results
path: "product/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/promotion-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Promotion-Service-Unit-Test-Results
path: "promotion/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/rating-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Rating-Service-Unit-Test-Results
path: "rating/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/search-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Search-Service-Unit-Test-Results
path: "search/**/surefire-reports/*.xml"
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/tax-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit-Test-Results
name: Tax-Service-Unit-Test-Results
path: "tax/**/surefire-reports/*.xml"
reporter: java-junit

0 comments on commit 97144b5

Please sign in to comment.