ci: ignore warnings for integration tests
This commit is contained in:
parent
1fac4dfe3e
commit
d926890c79
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 \
|
||||
| sed s/127.0.0.1/0.0.0.0/g | bash
|
||||
- name: Run integration tests
|
||||
run: ./gradlew vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest
|
||||
run: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest
|
||||
|
Loading…
x
Reference in New Issue
Block a user