mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
run kbn-plugin-helpers tests on ci
This commit is contained in:
parent
1678ab4466
commit
f2924aa0e9
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue