diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 67674886ac..183a4142ad 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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