mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-17 02:15:17 +08:00
Github actions improvement test
This commit is contained in:
parent
5edc0506ce
commit
683fcc7f3e
24
.github/workflows/integration.yml
vendored
24
.github/workflows/integration.yml
vendored
@ -56,22 +56,20 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
${{ runner.os }}-
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
# - uses: actions/cache@v2
|
||||
# with:
|
||||
# path: |
|
||||
# ~/.gradle/caches
|
||||
# ~/.gradle/wrapper
|
||||
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-gradle-
|
||||
- name: Start synapse server
|
||||
run: |
|
||||
git clone -b develop https://github.com/matrix-org/synapse.git
|
||||
ls
|
||||
cd synapse
|
||||
source env/bin/activate
|
||||
pip install -e .
|
||||
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…
Reference in New Issue
Block a user