mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 18:59:12 +03:00
Github actions improvement test
This commit is contained in:
parent
683fcc7f3e
commit
4ef9d089e7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
|
@ -67,9 +67,9 @@ jobs:
|
|||
- name: Start synapse server
|
||||
run: |
|
||||
git clone -b develop https://github.com/matrix-org/synapse.git
|
||||
source .synapse/env/bin/activate
|
||||
pip install -e .synapse
|
||||
.synapse/demo/start.sh --no-rate-limit
|
||||
source synapse/env/bin/activate
|
||||
pip install -e synapse
|
||||
synapse/demo/start.sh --no-rate-limit
|
||||
# python3 -m venv .synapse
|
||||
# source .synapse/bin/activate
|
||||
# pip install synapse matrix-synapse
|
||||
|
|
Loading…
Add table
Reference in a new issue