mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
5 lines
118 B
Bash
Executable file
5 lines
118 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source test/scripts/jenkins_test_setup.sh
|
|
|
|
"$(FORCE_COLOR=0 yarn bin)/grunt" jenkins:unit --dev;
|