Github actions test
This commit is contained in:
parent
e7dfdce057
commit
70d1c15b89
|
@ -69,11 +69,8 @@ jobs:
|
||||||
python3 -m venv .synapse
|
python3 -m venv .synapse
|
||||||
source .synapse/bin/activate
|
source .synapse/bin/activate
|
||||||
pip install synapse matrix-synapse
|
pip install synapse matrix-synapse
|
||||||
pwd
|
|
||||||
cd .synapse
|
|
||||||
pwd
|
|
||||||
curl https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh -o start.sh
|
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 \
|
# 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
|
# | sed s/127.0.0.1/0.0.0.0/g | bash
|
||||||
- name: Run integration tests on API ${{ matrix.api-level }}
|
- name: Run integration tests on API ${{ matrix.api-level }}
|
||||||
|
|
Loading…
Reference in New Issue