Only do jest coverage when it is a pull request
This commit is contained in:
parent
4b3e0e8056
commit
6b5c46e117
1
.github/workflows/client-build.yml
vendored
1
.github/workflows/client-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user