mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() These packages were recently pinned (in https://github.com/flutter/flutter/pull/168916) due to a bug (https://github.com/dart-lang/test/issues/2498). That bug was fixed and new versions of the test packages published. This change unpins and lets them upgrade to the fixed version. |
||
---|---|---|
.. | ||
lib | ||
test | ||
ci.bat | ||
ci.dart | ||
ci.sh | ||
pubspec.yaml | ||
README.md | ||
run_tests.dart | ||
tests.version |
customer_testing
This tool checks out https://github.com/flutter/tests at the commit SHA
specified in tests.version
, and runs the tests registered to
verify that end-user apps and libraries are working at the current tip-of-tree
of Flutter.
To (locally) test a specific SHA, use ci.dart
:
cd dev/customer_testing
dart ci.dart [sha]
Or, to update the SHA for our CI, edit and send a PR for
tests.version
.