diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml
index 6630ca66f8..fc3bba2eff 100644
--- a/.github/workflows/client-build.yml
+++ b/.github/workflows/client-build.yml
@@ -99,10 +99,7 @@ jobs:
- name: Run the jest tests
if: github.event_name == 'pull_request'
- uses: hetunandu/Jest-Coverage-Diff@feature/better-report-comments
- with:
- fullCoverageDiff: false
- runCommand: cd app/client && REACT_APP_ENVIRONMENT=${{steps.vars.outputs.REACT_APP_ENVIRONMENT}} yarn run test:unit
+ run: REACT_APP_ENVIRONMENT=${{steps.vars.outputs.REACT_APP_ENVIRONMENT}} yarn run test:unit
# We burn React environment & the Segment analytics key into the build itself.
# This is to ensure that we don't need to configure it in each installation
diff --git a/app/client/README.md b/app/client/README.md
index 21ac1b86ee..5caedc5141 100755
--- a/app/client/README.md
+++ b/app/client/README.md
@@ -1,4 +1,4 @@
# Appsmith Client
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
-For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ClientSetup.md)
\ No newline at end of file
+For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ClientSetup.md)