Unverified Commit a97af209 authored by Jackson Gardner's avatar Jackson Gardner Committed by GitHub

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.
parent 58eb0e8a
......@@ -806,6 +806,7 @@ targets:
task_name: gradle_plugin_fat_apk_test
runIf:
- dev/**
- packages/flutter_tools/**
- bin/**
- .ci.yaml
......@@ -824,6 +825,7 @@ targets:
task_name: gradle_plugin_light_apk_test
runIf:
- dev/**
- packages/flutter_tools/**
- bin/**
- .ci.yaml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment