You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Re-introduce yarn test and fix comments
This commit is contained in:
@@ -7,3 +7,4 @@
|
|||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
scripts/ci/build.sh
|
scripts/ci/build.sh
|
||||||
|
yarn test
|
||||||
|
|||||||
@@ -17,9 +17,10 @@ clone() {
|
|||||||
fi
|
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.
|
# 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
|
clone $BUILDKITE_PULL_REQUEST_BASE_BRANCH
|
||||||
# Try the current branch from Jenkins.
|
# Try the current branch from Jenkins.
|
||||||
clone `"echo $GIT_BRANCH" | sed -e 's/^origin\///'`
|
clone `"echo $GIT_BRANCH" | sed -e 's/^origin\///'`
|
||||||
|
|||||||
Reference in New Issue
Block a user