Skip to content

Commit 20aaa3d

Browse files
Update android_ci.yml
1 parent bbb6df1 commit 20aaa3d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/android_ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ jobs:
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
file: ./app/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
31-
- name: run instrumented tests
32-
run: bash ./gradlew connectedAndroidTest --stacktrace
3331
- name: build apk
3432
run: bash ./gradlew assembleDebug --stacktrace
3533
- name: artifact apk
3634
uses: actions/upload-artifact@v4
3735
with:
3836
name: artifact-apk
39-
path: app/build/outputs/apk/debug
37+
path: app/build/outputs/apk/debug

0 commit comments

Comments
 (0)