Github actions improvement test
This commit is contained in:
parent
7e3a074f8b
commit
4d6d9181ab
5
.github/workflows/integration.yml
vendored
5
.github/workflows/integration.yml
vendored
@ -73,8 +73,9 @@ jobs:
|
|||||||
python3 -m venv .synapse
|
python3 -m venv .synapse
|
||||||
source .synapse/bin/activate
|
source .synapse/bin/activate
|
||||||
pip install synapse matrix-synapse
|
pip install synapse matrix-synapse
|
||||||
curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh \
|
# 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 --no-rate-limit
|
# | 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
|
||||||
- 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…
x
Reference in New Issue
Block a user