mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Re-introduce yarn test
and fix comments
This commit is contained in:
parent
365c8e9fdc
commit
6d7703dcb6
2 changed files with 4 additions and 2 deletions
|
@ -7,3 +7,4 @@
|
|||
set -ev
|
||||
|
||||
scripts/ci/build.sh
|
||||
yarn test
|
||||
|
|
|
@ -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\///'`
|
||||
|
|
Loading…
Reference in a new issue