mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
15 lines
310 B
Bash
Executable file
15 lines
310 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/health_gateway.sh
|
|
./test/scripts/test/interpreter_functional.sh
|