Merge pull request #747 from SimonMarquis/patch-4

Remove benchmark androidTest task exclusion
pull/758/head
Alex Vanyo 1 year ago committed by GitHub
commit d4d471f1c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,7 @@ jobs:
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedDemoDebugAndroidTest -x :benchmark:connectedDemoBenchmarkAndroidTest --daemon
script: ./gradlew connectedDemoDebugAndroidTest --daemon
- name: Upload test reports
if: always()

Loading…
Cancel
Save