From 112a160725c0f0f86802bda4d83829ae0f048051 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Tue, 30 Mar 2021 15:11:55 +0200 Subject: [PATCH] ci: enable android emulator --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 183a4142ad..4cdcbc10f6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -39,4 +39,5 @@ 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 + uses: reactivecircus/android-emulator-runner@v2 run: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest