chore: Removing jest test coverage because of node version mismatch (#14230)
This commit is contained in:
parent
1a3eafb182
commit
48738091e5
5
.github/workflows/client-build.yml
vendored
5
.github/workflows/client-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user