Skip to content

Commit dcff024

Browse files
committed
1 parent b758983 commit dcff024

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
@@ -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

0 commit comments

Comments
 (0)