Add GMD test reports

pull/1208/head
Andres Sandoval 1 year ago
parent 6107e71f25
commit 2216b8dadd

@ -202,16 +202,20 @@ jobs:
run: ./gradlew ${{matrix.device-config}}DemoDebugAndroidTest --no-parallel --max-workers=1 run: ./gradlew ${{matrix.device-config}}DemoDebugAndroidTest --no-parallel --max-workers=1
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
- name: Upload test reports - name: Rename test report
if: success() || failure() run: mv app/build/reports/androidTests/managedDevice/debug/flavors/demo/allDevices/index.html app/build/reports/androidTests/managedDevice/debug/flavors/demo/allDevices/${{matrix.device-config}}.html
uses: actions/upload-artifact@v3
# - name: Build projects and run instrumentation tests
- name: Build projects and run instrumentation tests # uses: reactivecircus/android-emulator-runner@v2
uses: reactivecircus/android-emulator-runner@v2 #
# with:
# name: test-reports-GMD
# path: '**/build/reports/androidTests'
if: always()
uses: actions/upload-artifact@v4
with: with:
name: test-reports-GMD name: testResults${{matrix.device-config}}
path: '**/build/reports/androidTests' path: app/build/reports/androidTests/managedDevice/debug/flavors/demo/allDevices/${{matrix.device-config}}.html
- name: Print disk space usage - name: Print disk space usage
if: failure() if: failure()

Loading…
Cancel
Save