element-web/scripts/ci/riot-unit-tests.sh
2020-01-20 16:12:59 -07:00

11 lines
220 B
Bash
Executable file

#!/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/layered-riot-web.sh
cd ../riot-web
yarn test