mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
14 lines
272 B
Bash
Executable file
14 lines
272 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source test/scripts/jenkins_test_setup_oss.sh
|
|
|
|
cd test/plugin_functional/plugins/kbn_sample_panel_action;
|
|
if [[ ! -d "target" ]]; then
|
|
yarn build;
|
|
fi
|
|
cd -;
|
|
|
|
pwd
|
|
|
|
./test/scripts/test/plugin_functional.sh
|
|
./test/scripts/test/interpreter_functional.sh
|