Skip to content

Commit

Permalink
Matrix-aware Test results step name.
Browse files Browse the repository at this point in the history
  • Loading branch information
micsza committed Nov 28, 2023
1 parent 481d2e2 commit a136646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: dorny/test-reporter@v1
if: success() || failure() # run regardless previous step succeeded or failed
with:
name: 'Tests results'
name: 'Tests results (${{ matrix.scala-version }}, ${{ matrix.target-platform }}, ${{ matrix.java }})'
path: '**/test-reports/TEST*.xml'
reporter: java-junit
- name: Prepare release notes
Expand Down

0 comments on commit a136646

Please sign in to comment.