You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
Re-introduce yarn test
and fix comments
This commit is contained in:
@ -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\///'`
|
||||
|
Reference in New Issue
Block a user