File tree Expand file tree Collapse file tree
packages/go_router_builder/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ task:
137137 - ./script/tool_runner.sh test --exclude=script/configs/dart_unit_tests_exceptions.yaml
138138 pathified_unit_test_script :
139139 # Run tests with path-based dependencies to ensure that publishing
140- # the changes won't break tests of other packages in the respository
140+ # the changes won't break tests of other packages in the repository
141141 # that depend on it.
142142 - ./script/tool_runner.sh make-deps-path-based --target-dependencies-with-non-breaking-updates
143143 - $PLUGIN_TOOL_COMMAND test --run-on-dirty-packages --exclude=script/configs/dart_unit_tests_exceptions.yaml
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
1313
1414dev_dependencies :
1515 build_runner : ^2.0.0
16- build_verify : ^3.0 .0
16+ build_verify : ^3.1 .0
1717 flutter_test :
1818 sdk : flutter
1919 go_router_builder :
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ void main() {
1010 'ensure_build' ,
1111 () => expectBuildClean (
1212 packageRelativeDirectory: 'packages/go_router_builder/example' ,
13+ gitDiffPathArguments: < String > [':!pubspec.yaml' ],
1314 ),
1415 timeout: const Timeout .factor (3 ),
1516 );
You can’t perform that action at this time.
0 commit comments