Skip to content

Commit

Permalink
Update test suite naming
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 17, 2024
1 parent cae86fd commit 9a022fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consensus_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
- uses: dorny/test-reporter@v1
if: always()
with:
name: Lava Tests
name: Lava Consensus Tests
path: '*-report.xml'
reporter: java-junit
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: dorny/test-reporter@v1
if: always()
with:
name: Lava Tests
name: Lava Protocol E2E Tests
path: '*-report.xml'
reporter: java-junit

Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- uses: dorny/test-reporter@v1
if: always()
with:
name: Lava Tests
name: Lava SDK E2E Tests
path: '*-report.xml'
reporter: java-junit

Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
- uses: dorny/test-reporter@v1
if: always()
with:
name: Lava Tests
name: Lava Payment E2E Tests
path: '*-report.xml'
reporter: java-junit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protocol_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- uses: dorny/test-reporter@v1
with:
name: Lava Tests
name: Lava Protocol Tests
path: '*-report.xml'
reporter: java-junit

0 comments on commit 9a022fa

Please sign in to comment.