Skip to content

Commit a97af20

Browse files
Run gradle_plugin_*_apk_test on presubmit on flutter_tool changes. (#142090)
These tests were failing in postsubmit after a change to `packages/flutter_tools`. We should run these in presubmit when `packages/flutter_tools` changes.
1 parent 58eb0e8 commit a97af20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ targets:
806806
task_name: gradle_plugin_fat_apk_test
807807
runIf:
808808
- dev/**
809+
- packages/flutter_tools/**
809810
- bin/**
810811
- .ci.yaml
811812

@@ -824,6 +825,7 @@ targets:
824825
task_name: gradle_plugin_light_apk_test
825826
runIf:
826827
- dev/**
828+
- packages/flutter_tools/**
827829
- bin/**
828830
- .ci.yaml
829831

0 commit comments

Comments
 (0)