Skip to content

Commit 4d09224

Browse files
committed
1 parent 2ac4cf4 commit 4d09224

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/pull-request.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)