element-web-Github/scripts/ci/app-tests.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
284 B
Bash
Raw Normal View History

2019-01-09 22:16:20 +08:00
#!/bin/bash
#
2019-03-14 07:42:05 +08:00
# script which is run by the CI build (after `yarn test`).
2019-01-09 22:16:20 +08:00
#
# clones element-web develop and runs the tests against our version of react-sdk.
2019-01-09 22:16:20 +08:00
set -ev
scripts/ci/layered.sh
cd element-web
yarn build:genfiles # so the tests can run. Faster version of `build`
yarn test