From 339fd4870330786762a00d973bbbde7af73ee206 Mon Sep 17 00:00:00 2001 From: Mama1emon Date: Thu, 10 Oct 2024 17:11:53 +0400 Subject: [PATCH] AND-8729 Turn off AndroidTest job --- .github/workflows/tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe2404043..3da2c2153 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,13 +44,13 @@ jobs: ./gradlew assembleAndroidTest - name: Run unit tests run: ./gradlew test - - name: Run Android tests - uses: reactivecircus/android-emulator-runner@v2 - with: - api-level: 30 - target: google_apis - arch: x86 - script: ./gradlew connectedAndroidTest + # - name: Run Android tests + # uses: reactivecircus/android-emulator-runner@v2 + # with: + # api-level: 30 + # target: google_apis + # arch: x86 + # script: ./gradlew connectedAndroidTest - name: Build notification if: failure() uses: adamkdean/simple-slack-notify@master