Skip to content

Commit ae50f3d

Browse files
authored
Remove benchmark androidTest task exclusion
Task `:benchmark:connectedDemoBenchmarkAndroidTest` is not part of the `connectedDemoDebugAndroidTest` task graph and can therefore safely be removed.
1 parent a03307e commit ae50f3d

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)