chore: improve naming for test reports job (#2234)

This commit is contained in:
Danish Arora 2025-01-28 16:24:16 +05:30 committed by GitHub
parent e7bb092fac
commit a73dd4f083
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ jobs:
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: ${{ inputs.test_type }} Tests
name: Test Report - ${{ inputs.test_type }}
path: 'packages/tests/reports/mocha-*.json'
reporter: mocha-json
fail-on-error: true