Github actions test

This commit is contained in:
ariskotsomitopoulos 2022-01-03 18:21:52 +02:00
parent e7dfdce057
commit 70d1c15b89
1 changed files with 1 additions and 4 deletions

View File

@ -69,11 +69,8 @@ jobs:
python3 -m venv .synapse
source .synapse/bin/activate
pip install synapse matrix-synapse
pwd
cd .synapse
pwd
curl https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh -o start.sh
ls
./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
- name: Run integration tests on API ${{ matrix.api-level }}