From 33b210084262ac172ebaaf737e4e73faf5ee40d5 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Tue, 30 Mar 2021 15:14:26 +0200 Subject: [PATCH] ci: fix integration test config syntax --- .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 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