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
540687cc4b
commit
c8e4fad5c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
||||||
pip install synapse matrix-synapse
|
pip install synapse matrix-synapse
|
||||||
# curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh --no-rate-limit \
|
# curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh --no-rate-limit \
|
||||||
# | sed s/127.0.0.1/0.0.0.0/g | bash
|
# | sed s/127.0.0.1/0.0.0.0/g | bash
|
||||||
curl -s https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh | bash -s --no-rate-limit
|
curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh | bash -s --no-rate-limit
|
||||||
- name: Run integration tests on API ${{ matrix.api-level }}
|
- name: Run integration tests on API ${{ matrix.api-level }}
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue