diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4cdcbc10f6..8521970eb8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -40,4 +40,5 @@ jobs: | sed s/127.0.0.1/0.0.0.0/g | bash - name: Run integration tests uses: reactivecircus/android-emulator-runner@v2 - run: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest + with: + script: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest