We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb6df1 commit 20aaa3dCopy full SHA for 20aaa3d
1 file changed
.github/workflows/android_ci.yml
@@ -28,12 +28,10 @@ jobs:
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
30
file: ./app/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
31
- - name: run instrumented tests
32
- run: bash ./gradlew connectedAndroidTest --stacktrace
33
- name: build apk
34
run: bash ./gradlew assembleDebug --stacktrace
35
- name: artifact apk
36
uses: actions/upload-artifact@v4
37
38
name: artifact-apk
39
- path: app/build/outputs/apk/debug
+ path: app/build/outputs/apk/debug
0 commit comments