we don't need to install riot-web for react-sdk unit tests

This commit is contained in:
Michael Telatynski 2019-12-17 12:16:40 +00:00
parent c3415d2121
commit 386d6ec055
3 changed files with 1 additions and 239 deletions

View file

@ -40,7 +40,7 @@ steps:
- "echo '--- Installing Dependencies'"
- "./scripts/ci/install-deps.sh"
- "echo '+++ Running Tests'"
- "./scripts/ci/unit-tests.sh"
- "yarn test"
plugins:
- docker#v3.0.1:
image: "node:10"