mirror of
https://github.com/flutter/packages.git
synced 2025-06-25 18:12:57 +08:00
Fix tests not being called (#128)
This commit is contained in:
@ -8,6 +8,6 @@ REM been updated.
|
||||
REM Remember to also update the Posix version (customer_testing.sh) when
|
||||
REM changing this file.
|
||||
|
||||
cd packages/animations
|
||||
flutter analyze
|
||||
flutter test
|
||||
CD packages/animations
|
||||
CALL flutter analyze
|
||||
CALL flutter test
|
||||
|
Reference in New Issue
Block a user