Skip to content

Commit d4d471f

Browse files
authored
Merge pull request #747 from SimonMarquis/patch-4
Remove benchmark androidTest task exclusion
2 parents 01e5a68 + ae50f3d commit d4d471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
disable-animations: true
101101
disk-size: 6000M
102102
heap-size: 600M
103-
script: ./gradlew connectedDemoDebugAndroidTest -x :benchmark:connectedDemoBenchmarkAndroidTest --daemon
103+
script: ./gradlew connectedDemoDebugAndroidTest --daemon
104104

105105
- name: Upload test reports
106106
if: always()

0 commit comments

Comments
 (0)