Skip to content

Commit 73637b8

Browse files
authored
[go_router_builder] ignore pubspec.yaml in ensure build test (#2984)
* [go_router_builder] ignore pubspec.yaml in ensure build test * bump version
1 parent 88a93f9 commit 73637b8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/go_router_builder/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313

1414
dev_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:

packages/go_router_builder/example/test/ensure_build_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)