File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,17 @@ jobs:
4747 - name : Run instrumentation tests
4848 uses :
hannesa2/action-android/[email protected] 4949 with :
50- cmd : ./gradlew cAT --continue
51- api : ${{ matrix.api }}
52- tag : ${{ matrix.tag }}
53- abi : ${{ matrix.abi }}
54- cmdOptions : -noaudio -no-boot-anim -no-window
50+ cmd : ./gradlew nexusOneApi30DebugAndroidTest
51+ # api: ${{ matrix.api }}
52+ # tag: ${{ matrix.tag }}
53+ # abi: ${{ matrix.abi }}
54+ # cmdOptions: -noaudio -no-boot-anim -no-window
55+ - name : Archive Espresso report
56+ if : ${{ always() }}
57+ uses : actions/upload-artifact@v3
58+ with :
59+ name : Moka-Espresso-report-${{ matrix.api }}-${{ matrix.abi }}-report
60+ path : sample/build/reports/androidTests/connected
5561 - name : Archive Espresso results
5662 if : ${{ always() }}
5763 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments