diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 4c2a0854ff..13e68595ed 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -141,6 +141,7 @@ jobs: - name: Publish Test Report uses: step-security/publish-unit-test-result-action@4519d7c9f71dd765f8bbb98626268780f23bab28 # v2.17.0 with: + # check_name: Acceptance Tests check_name: '' # Set to empty to disable check run json_thousands_separator: ',' files: 'test-*.xml' diff --git a/.github/workflows/manual-testing.yml b/.github/workflows/manual-testing.yml index f0ae3e482e..b316e913c6 100644 --- a/.github/workflows/manual-testing.yml +++ b/.github/workflows/manual-testing.yml @@ -184,6 +184,7 @@ jobs: - name: Publish Test Report uses: step-security/publish-unit-test-result-action@4519d7c9f71dd765f8bbb98626268780f23bab28 # v2.17.0 with: + # check_name: Acceptance Tests check_name: '' # Set to empty to disable check run json_thousands_separator: ',' files: 'test-*.xml' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc75355c9a..ea593998b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,6 +66,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot[bot]' && github.actor != 'swirlds-automation' && !cancelled() && !failure() }} uses: step-security/publish-unit-test-result-action@4519d7c9f71dd765f8bbb98626268780f23bab28 # v2.17.0 with: + # check_name: Tests check_name: '' # Set to empty to disable check run json_thousands_separator: ',' files: 'test-*.xml'