2019-01-09 14:21:45 +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 14:21:45 +01:00
|
|
|
#
|
|
|
|
# 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
|
2019-03-15 18:19:05 +01:00
|
|
|
yarn test
|