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