mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
16 lines
333 B
Bash
Executable file
16 lines
333 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
source .buildkite/scripts/common/util.sh
|
|
|
|
is_test_execution_step
|
|
|
|
.buildkite/scripts/bootstrap.sh
|
|
|
|
echo --- API Integration Tests
|
|
checks-reporter-with-killswitch "API Integration Tests" \
|
|
node scripts/functional_tests \
|
|
--config test/api_integration/config.js \
|
|
--bail \
|
|
--debug
|