mirror of https://github.com/flutter/pinball.git
parent
962d244711
commit
4ce0fc5d47
@ -0,0 +1,20 @@
|
|||||||
|
name: pinball_flame
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- "packages/pinball_flame/**"
|
||||||
|
- ".github/workflows/pinball_flame.yaml"
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "packages/pinball_flame/**"
|
||||||
|
- ".github/workflows/pinball_flame.yaml"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
|
||||||
|
with:
|
||||||
|
working_directory: packages/pinball_flame
|
||||||
|
coverage_excludes: "lib/gen/*.dart"
|
||||||
|
test_optimization: false
|
Loading…
Reference in new issue