From b95d212acc147eb193935fdbe15b5c9482740652 Mon Sep 17 00:00:00 2001 From: Leonel Zalegas Date: Sat, 27 Jul 2024 15:40:33 -0300 Subject: [PATCH] trying to fix the Ui-testing CI emulator...2 --- .github/workflows/ci.yml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61f6da4..635feee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,27 +73,4 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 - script: ./gradlew connectedCheck - - -# ui_test: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v3 -# - name: Set up JDK 17 -# uses: actions/setup-java@v3 -# with: -# java-version: '17' -# distribution: 'temurin' -# cache: gradle -# - name: Create local.properties -# run: echo "API_KEY=${{ secrets.API_KEY }}" > local.properties -# - name: Setup Gradle -# uses: gradle/gradle-build-action@v2 -# - name: Run UI tests -# uses: malinskiy/action-android@release/0.1.7 -# with: -# api-level: 29 -# tag: default -# abi: x86_64 -# cmd: ./gradlew connectedCheck \ No newline at end of file + script: ./gradlew connectedCheck \ No newline at end of file