mirror of https://github.com/vector-im/riot-web
Ensure autogenned files are present for tests
parent
bcda501864
commit
9ab40af430
|
@ -45,6 +45,7 @@ steps:
|
||||||
- "echo '--- Fetching Dependencies'"
|
- "echo '--- Fetching Dependencies'"
|
||||||
- "./scripts/fetch-develop.deps.sh --depth 1"
|
- "./scripts/fetch-develop.deps.sh --depth 1"
|
||||||
- "yarn install"
|
- "yarn install"
|
||||||
|
- "yarn build:genfiles" # We have to build the app to make sure the autogenned files are present
|
||||||
- "echo '+++ Running Tests'"
|
- "echo '+++ Running Tests'"
|
||||||
- "yarn test"
|
- "yarn test"
|
||||||
plugins:
|
plugins:
|
||||||
|
|
Loading…
Reference in New Issue