From 9e795894be068f12374e3e7f746ac8d732a120a8 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 19 May 2021 18:16:05 +0200 Subject: [PATCH] Change command to run connected tests --- .github/workflows/integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c277739555..cb6f1b0e48 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -45,4 +45,5 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} - script: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest + # script: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest + script: ./gradlew -PallWarningsAsErrors=false connectedCheck