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 @@ -40,11 +40,17 @@ jobs:
4040 - name : Run instrumentation tests
4141 uses :
hannesa2/action-android/[email protected] 4242 with :
43- cmd : ./gradlew cAT --continue
44- api : ${{ matrix.api }}
45- tag : ${{ matrix.tag }}
46- abi : ${{ matrix.abi }}
47- cmdOptions : -noaudio -no-boot-anim -no-window
43+ cmd : ./gradlew nexusOneApi30DebugAndroidTest
44+ # api: ${{ matrix.api }}
45+ # tag: ${{ matrix.tag }}
46+ # abi: ${{ matrix.abi }}
47+ # cmdOptions: -noaudio -no-boot-anim -no-window
48+ - name : Archive Espresso report
49+ if : ${{ always() }}
50+ uses : actions/upload-artifact@v3
51+ with :
52+ name : Moka-Espresso-report-${{ matrix.api }}-${{ matrix.abi }}-report
53+ path : sample/build/reports/androidTests/connected
4854 - name : Archive Espresso results
4955 if : ${{ always() }}
5056 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments