Skip to content

Commit a07defa

Browse files
committed
Update android.yml
1 parent 014ba03 commit a07defa

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,3 @@ jobs:
2323
run: chmod +x gradlew
2424
- name: Build with Gradle
2525
run: ./gradlew build
26-
27-
androidTests:
28-
29-
runs-on: macos-latest
30-
31-
steps:
32-
- name: checkout
33-
uses: actions/checkout@v4
34-
- name: set up JDK 17
35-
uses: actions/setup-java@v4
36-
with:
37-
java-version: 17
38-
distribution: temurin
39-
- name: Compose UI tests
40-
uses: reactivecircus/android-emulator-runner@v2
41-
with:
42-
api-level: 34
43-
script: ./gradlew connectedCheck

0 commit comments

Comments
 (0)