element-web/scripts/ci/unit-tests.sh

11 lines
194 B
Bash
Raw Normal View History

#!/bin/bash
#
2019-03-14 00:42:05 +01:00
# 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
2019-03-14 00:42:05 +01:00
scripts/ci/build.sh
yarn test