Re-introduce yarn test and fix comments

This commit is contained in:
Travis Ralston 2019-03-15 11:19:05 -06:00
parent 365c8e9fdc
commit 6d7703dcb6
2 changed files with 4 additions and 2 deletions

View file

@ -7,3 +7,4 @@
set -ev
scripts/ci/build.sh
yarn test

View file

@ -17,9 +17,10 @@ clone() {
fi
}
# Try the target branch of the push or PR.
clone $BUILDKITE_BRANCH
# Try the PR author's branch in case it exists on the deps as well.
clone $BUILDKITE_BRANCH
# Try the target branch of the push or PR.
clone $BUILDKITE_PULL_REQUEST_BASE_BRANCH
# Try the current branch from Jenkins.
clone `"echo $GIT_BRANCH" | sed -e 's/^origin\///'`