We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812ca40 commit 85aef54Copy full SHA for 85aef54
1 file changed
.github/workflows/run-tests.yml
@@ -39,4 +39,5 @@ jobs:
39
if: success() || failure() # always run even if the previous step fails
40
with:
41
report_paths: 'report.xml'
42
+ name: Test Report ${{ matrix.php }} - ${{ matrix.dependency-version }}
43
0 commit comments