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

pull/1/head
rebuilt 3 years ago
parent 359e266a6c
commit 170bc79f96

@ -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