1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Fix layering of the riot-web tests pipeline

This commit is contained in:
Travis Ralston
2020-01-20 16:12:59 -07:00
parent 4e018905fc
commit 62b1dd77a6
4 changed files with 37 additions and 10 deletions

View File

@ -6,9 +6,6 @@
set -ev
RIOT_WEB_DIR=riot-web
scripts/ci/build.sh
pushd "$RIOT_WEB_DIR"
scripts/ci/layered-riot-web.sh
cd ../riot-web
yarn test
popd