run kbn-plugin-helpers tests on ci

This commit is contained in:
spalger 2018-02-06 17:48:43 -07:00
parent 1678ab4466
commit f2924aa0e9

View file

@ -3,4 +3,8 @@
set -e
source "$(dirname $0)/../../src/dev/ci_setup/setup.sh"
cd packages/kbn-plugin-helpers
yarn test
cd -
xvfb-run "$(yarn bin)/grunt" jenkins:unit;