Skip to content

Commit

Permalink
Revert "chore: improve naming for test reports job (#2234)"
Browse files Browse the repository at this point in the history
This reverts commit a73dd4f.
  • Loading branch information
fbarbu15 authored Jan 31, 2025
1 parent 62f93dc commit 4d5fa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d5fa45

Please sign in to comment.