You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PACKAGE_NAME=access PACKAGE_VERSION=">=1.0.1+2" pub run grinder build-pub-package
36
36
# Negative test for flutter_plugin_tools, make sure right error message is displayed.
37
-
PACKAGE_NAME=flutter_plugin_tools PACKAGE_VERSION=">=0.0.14+1" pub run grinder build-pub-package 2>&1| grep "Generation failed: dartdoc could not find any libraries to document.$"
37
+
PACKAGE_NAME=flutter_plugin_tools PACKAGE_VERSION=">=0.0.14+1" pub run grinder build-pub-package 2>&1| grep "dartdoc failed: dartdoc could not find any libraries to document.$"
38
38
PACKAGE_NAME=shelf_exception_handler PACKAGE_VERSION=">=0.2.0" pub run grinder build-pub-package
39
39
elif [ "$DARTDOC_BOT"="sdk-analyzer" ];then
40
40
echo"Running main dartdoc bot against the SDK analyzer"
0 commit comments