Only do jest coverage when it is a pull request

This commit is contained in:
hetunandu 2021-03-21 11:34:08 +05:30
parent 4b3e0e8056
commit 6b5c46e117

View File

@ -93,6 +93,7 @@ jobs:
echo ::set-output name=version::$next_version-SNAPSHOT
- name: Run the jest tests
if: github.event_name == 'pull_request'
uses: anuraag016/Jest-Coverage-Diff@V1.1
with:
fullCoverageDiff: false