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

11 lines
194 B
Bash
Raw Normal View History

#!/bin/bash
#
2019-03-13 17:42:05 -06: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-13 17:42:05 -06:00
scripts/ci/build.sh
2019-03-15 11:19:05 -06:00
yarn test