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
b4d5d13205
commit
f7a2088009
1 changed files with 2 additions and 1 deletions
3
.github/workflows/integration.yml
vendored
3
.github/workflows/integration.yml
vendored
|
@ -64,9 +64,10 @@ jobs:
|
|||
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-gradle-
|
||||
- uses: actions/checkout@develop
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
repository: matrix-org/synapse
|
||||
ref: develop
|
||||
- name: Start synapse server
|
||||
run: |
|
||||
cd synapse
|
||||
|
|
Loading…
Reference in a new issue