Github actions improvement test
This commit is contained in:
parent
4d6d9181ab
commit
540687cc4b
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@ -64,10 +64,6 @@ jobs:
|
|||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gradle-
|
${{ runner.os }}-gradle-
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
repository: matrix-org/synapse
|
|
||||||
ref: develop
|
|
||||||
- name: Start synapse server
|
- name: Start synapse server
|
||||||
run: |
|
run: |
|
||||||
python3 -m venv .synapse
|
python3 -m venv .synapse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user