mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
ci: ignore warnings for integration tests
This commit is contained in:
parent
1fac4dfe3e
commit
d926890c79
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -39,4 +39,4 @@ jobs:
|
||||||
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 \
|
||||||
| sed s/127.0.0.1/0.0.0.0/g | bash
|
| sed s/127.0.0.1/0.0.0.0/g | bash
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
run: ./gradlew vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest
|
run: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest
|
||||||
|
|
Loading…
Reference in a new issue