Skip to content

Commit ebd1cc4

Browse files
committed
chore(ci): remove android instrumented test job from CI workflow
1 parent ece7fd3 commit ebd1cc4

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -80,39 +80,6 @@ jobs:
8080
path: app/build/reports/tests/testDebugUnitTest
8181
retention-days: 14
8282

83-
android-test:
84-
name: Android Instrumented Tests
85-
runs-on: macos-latest
86-
steps:
87-
- name: Checkout
88-
uses: actions/checkout@v6
89-
90-
- name: Set up JDK
91-
uses: actions/setup-java@v5
92-
with:
93-
java-version: ${{ env.JAVA_VERSION }}
94-
distribution: 'temurin'
95-
cache: 'gradle'
96-
97-
- name: Setup Gradle
98-
uses: gradle/actions/setup-gradle@v6
99-
with:
100-
gradle-version: ${{ env.GRADLE_VERSION }}
101-
102-
- name: Fix gradlew permissions
103-
run: chmod +x ./gradlew
104-
105-
- name: Run instrumented tests
106-
run: ./gradlew connectedDebugAndroidTest --no-daemon --parallel
107-
108-
- name: Upload test results
109-
if: always()
110-
uses: actions/upload-artifact@v7
111-
with:
112-
name: android-test-results
113-
path: app/build/reports/androidTests/connected
114-
retention-days: 14
115-
11683
build-debug:
11784
name: Build Debug APK
11885
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)