Skip to content

Commit b9e02cc

Browse files
authored
Adds a license check shard to CI (flutter#34274)
1 parent 98221a2 commit b9e02cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ targets:
178178
clobber: "true"
179179
timeout: 60
180180

181+
- name: Linux License
182+
recipe: engine/engine_license
183+
bringup: true
184+
properties:
185+
add_recipes_cq: "true"
186+
clobber: "true"
187+
timeout: 60
188+
181189
- name: Linux clang-tidy
182190
recipe: engine/engine_lint
183191
properties:

0 commit comments

Comments
 (0)