1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

WIP: script to run tests on CI

This commit is contained in:
Bruno Windels
2018-07-20 18:50:52 +02:00
parent 1468be0db4
commit bc1da0565e

6
run.sh Normal file
View File

@@ -0,0 +1,6 @@
sh synapse/clear.sh
sh synapse/start.sh
sh riot/start.sh
node start.js
sh riot/stop.sh
sh synapse/stop.sh