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

13 lines
290 B
Bash
Raw Normal View History

2019-01-09 15:16:20 +01:00
#!/bin/bash
#
2019-03-14 00:42:05 +01:00
# script which is run by the CI build (after `yarn test`).
2019-01-09 15:16:20 +01:00
#
# 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 build:genfiles # so the tests can run. Faster version of `build`
yarn test