Skip to content

Commit

Permalink
Merge pull request #152 from halilozercan/halilozercan/change-test-de…
Browse files Browse the repository at this point in the history
…vice-level

Remove ui tests runner
  • Loading branch information
halilozercan authored Dec 6, 2024
2 parents 97a9023 + bf1fdd7 commit 7517fef
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,3 @@ jobs:
key: gradle-${{ runner.os }}-${{ hashFiles('buildSrc/**') }}-${{ hashFiles('**/*.gradle*') }}
restore-keys: gradle-${{ runner.os }}-
- run: ./gradlew build

ui-tests:
runs-on: macos-latest
strategy:
# Allow tests to continue on other devices if they fail on one device.
fail-fast: false
matrix:
api-level:
- 29
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- uses: actions/cache@v1
with:
path: ~/.gradle/caches
key: gradle-${{ runner.os }}-${{ hashFiles('buildSrc/**') }}-${{ hashFiles('**/*.gradle*') }}
restore-keys: gradle-${{ runner.os }}-
- uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: x86_64
script: ./gradlew connectedCheck --no-daemon --stacktrace

0 comments on commit 7517fef

Please sign in to comment.