1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00
Files
matrix-react-sdk/scripts/ci/unit-tests.sh
2019-03-15 10:33:55 -06:00

10 lines
184 B
Bash

#!/bin/bash
#
# script which is run by the CI build (after `yarn test`).
#
# clones riot-web develop and runs the tests against our version of react-sdk.
set -ev
scripts/ci/build.sh