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

This reverts commit a73dd4f08370a32a376428a281790d6d27c0dd9f.
This commit is contained in:
fbarbu15 2025-01-31 14:25:13 +02:00 committed by GitHub
parent 62f93dc842
commit 4d5fa4542c
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: Test Report - ${{ inputs.test_type }}
name: ${{ inputs.test_type }} Tests
path: 'packages/tests/reports/mocha-*.json'
reporter: mocha-json
fail-on-error: true