chore: Removing jest test coverage because of node version mismatch (#14230)

This commit is contained in:
Arpit Mohan 2022-06-01 14:13:03 +02:00 committed by GitHub
parent 1a3eafb182
commit 48738091e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
# Appsmith Client
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
<br><br>
For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ClientSetup.md)
For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ClientSetup.md)