From 4d5fa4542cd451d0a55d011c8ca58d4a513af320 Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Fri, 31 Jan 2025 14:25:13 +0200 Subject: [PATCH] Revert "chore: improve naming for test reports job (#2234)" This reverts commit a73dd4f08370a32a376428a281790d6d27c0dd9f. --- .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 21cc501ddc..12c9d35049 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: Test Report - ${{ inputs.test_type }} + name: ${{ inputs.test_type }} Tests path: 'packages/tests/reports/mocha-*.json' reporter: mocha-json fail-on-error: true