Skip to content

Commit

Permalink
[go_router_builder] ignore pubspec.yaml in ensure build test (#2984)
Browse files Browse the repository at this point in the history
* [go_router_builder] ignore pubspec.yaml in ensure build test

* bump version
  • Loading branch information
chunhtai committed Dec 21, 2022
1 parent 88a93f9 commit 73637b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -137,7 +137,7 @@ task:
- ./script/tool_runner.sh test --exclude=script/configs/dart_unit_tests_exceptions.yaml
pathified_unit_test_script:
# Run tests with path-based dependencies to ensure that publishing
# the changes won't break tests of other packages in the respository
# the changes won't break tests of other packages in the repository
# that depend on it.
- ./script/tool_runner.sh make-deps-path-based --target-dependencies-with-non-breaking-updates
- $PLUGIN_TOOL_COMMAND test --run-on-dirty-packages --exclude=script/configs/dart_unit_tests_exceptions.yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/go_router_builder/example/pubspec.yaml
Expand Up @@ -13,7 +13,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.0.0
build_verify: ^3.0.0
build_verify: ^3.1.0
flutter_test:
sdk: flutter
go_router_builder:
Expand Down
Expand Up @@ -10,6 +10,7 @@ void main() {
'ensure_build',
() => expectBuildClean(
packageRelativeDirectory: 'packages/go_router_builder/example',
gitDiffPathArguments: <String>[':!pubspec.yaml'],
),
timeout: const Timeout.factor(3),
);
Expand Down

0 comments on commit 73637b8

Please sign in to comment.