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

13 lines
284 B
Bash
Raw Normal View History

2019-01-09 15:16:20 +01:00
#!/bin/bash
#
2019-03-13 17:42:05 -06:00
# script which is run by the CI build (after `yarn test`).
2019-01-09 15:16:20 +01:00
#
2020-12-03 13:56:27 +00:00
# clones element-web develop and runs the tests against our version of react-sdk.
2019-01-09 15:16:20 +01:00
set -ev
2020-12-03 13:56:27 +00:00
scripts/ci/layered.sh
2020-11-20 17:55:48 +00:00
cd element-web
yarn build:genfiles # so the tests can run. Faster version of `build`
yarn test