update ship it to use 'yarn jest' instead of 'yarn test' so javascript test will run correctly

mciea-main
rebuilt 3 years ago
parent a066f464c7
commit 097edb1744

@ -4,4 +4,4 @@ set -eux
git rev-parse --show-toplevel
bundle exec rake parallel:spec && yarn test && git push
bundle exec rake parallel:spec && yarn jest && git push

Loading…
Cancel
Save