From a73dd4f08370a32a376428a281790d6d27c0dd9f Mon Sep 17 00:00:00 2001 From: Danish Arora <35004822+danisharora099@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:24:16 +0530 Subject: [PATCH] chore: improve naming for test reports job (#2234) --- .github/workflows/test-node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-node.yml b/.github/workflows/test-node.yml index 12c9d35049..21cc501ddc 100644 --- a/.github/workflows/test-node.yml +++ b/.github/workflows/test-node.yml @@ -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