From 62e7e1adc3ffbce08546374214061abf7a21e02d Mon Sep 17 00:00:00 2001 From: DPE bot Date: Tue, 25 Sep 2018 07:44:15 -0700 Subject: [PATCH] Update kokoro config (#117) --- .kokoro/samples-test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.kokoro/samples-test.sh b/.kokoro/samples-test.sh index 76edbbb..a91cbf5 100755 --- a/.kokoro/samples-test.sh +++ b/.kokoro/samples-test.sh @@ -24,6 +24,11 @@ export GCLOUD_PROJECT=long-door-651 cd $(dirname $0)/.. +# Run a pre-test hook, if a pre-samples-test.sh is in the project +if [ -f .kokoro/pre-samples-test.sh ]; then + . .kokoro/pre-samples-test.sh +fi + npm install # Install and link samples