element-web/scripts/ci/app-tests.sh
J. Ryan Stinnett 1fda735222 Rebrand various CI scripts and modules
This replaces Riot with Element in various CI scripts, modules, parameters, etc.
This _should_ be the last major rebranding pass (hopefully).

Fixes https://github.com/vector-im/element-web/issues/14894
2020-12-03 13:56:27 +00:00

12 lines
287 B
Bash
Executable file

#!/bin/bash
#
# script which is run by the CI build (after `yarn test`).
#
# clones element-web develop and runs the tests against our version of react-sdk.
set -ev
scripts/ci/layered.sh
cd ../element-web
yarn build:genfiles # so the tests can run. Faster version of `build`
yarn test