File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 38
38
- name : Update packages
39
39
run : |
40
40
npm run update-packages
41
+ - name : Update Integration Test Snapshots
42
+ run : |
43
+ npm run update-snapshots
41
44
- name : Has changes
42
45
run : |
43
46
git --no-pager diff --compact-summary --exit-code && echo "git_status=clean" >> $GITHUB_ENV || echo "git_status=dirty" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 33
33
"test" : " lerna run test && ajv -s ./cspell.schema.json -d cspell.json" ,
34
34
"test-integrations" : " cd ./integration-tests && npm run integration-tests" ,
35
35
"update-packages" : " lerna exec \" npm update -S && rimraf node_modules package-lock.json && npm i\" && lerna bootstrap --no-ci" ,
36
- "update-snapshot " : " lerna run update-snapshot "
36
+ "update-snapshots " : " lerna run update-snapshots --scope cspell-integration-tests "
37
37
},
38
38
"repository" : {
39
39
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments