From 35b14a8fc7d08b1a79715f87ecdb872551455672 Mon Sep 17 00:00:00 2001 From: Md Junaed Hossain <169046794+junaed-optimizely@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:16:40 +0600 Subject: [PATCH] [FSSDK-10437] job name and title adjustment --- .github/workflows/react.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index 2b63ccd..bb00cbb 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -26,12 +26,13 @@ jobs: run: yarn test coverage: + name: Jest Coverage Report runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ArtiomTr/jest-coverage-report-action@v2 with: - custom-title: 'Code Coverage Report' + custom-title: 'Jest Coverage Report' integration_tests: name: Run integration tests