Skip to content

Commit

Permalink
trying to fix the Ui-testing CI emulator...2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonelZalegas committed Jul 27, 2024
1 parent 35a2054 commit b95d212
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
script: ./gradlew connectedCheck

0 comments on commit b95d212

Please sign in to comment.