mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
Github actions improvement test
This commit is contained in:
parent
f7a2088009
commit
ae2dbb808f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -70,7 +70,9 @@ jobs:
|
||||||
ref: develop
|
ref: develop
|
||||||
- name: Start synapse server
|
- name: Start synapse server
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
cd synapse
|
cd synapse
|
||||||
|
pwd
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
pip install -e .
|
pip install -e .
|
||||||
demo/start.sh --no-rate-limit
|
demo/start.sh --no-rate-limit
|
||||||
|
|
Loading…
Reference in a new issue