Github actions test

This commit is contained in:
ariskotsomitopoulos 2022-01-03 18:24:43 +02:00
parent 70d1c15b89
commit 1b2ce33f7a

View File

@ -70,6 +70,7 @@ jobs:
source .synapse/bin/activate
pip install synapse matrix-synapse
curl https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh -o start.sh
chmod 777 start.sh
./start.sh --no-rate-limit
# curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh --no-rate-limit \
# | sed s/127.0.0.1/0.0.0.0/g | bash