Skip to content

Commit

Permalink
update report titles
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Jul 29, 2024
1 parent 878e40b commit 5b869c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: failure()
with:
path: 'target/junit/**/*_test.xml'
name: Firebolt Metabase driver JUnit Test Report
name: Firebolt 1.0 Metabase driver JUnit Test Report
reporter: java-junit
list-suites: failed
list-tests: failed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: failure()
with:
path: 'target/junit/**/*_test.xml'
name: JUnit Test Report ${{ inputs.junit-name }}
name: Firebolt 2.0 Metabase driver JUnit Test Report
reporter: java-junit
list-suites: failed
list-tests: failed
Expand Down

0 comments on commit 5b869c7

Please sign in to comment.