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
As a developer I will sometimes have some tests that I skip locally but run in CI. The Dart CLI exposes a "run-skipped" parameter that allows doing so, however the dart_package doesn't use the parameter, see:
Description
As a developer I will sometimes have some tests that I skip locally but run in CI. The Dart CLI exposes a "run-skipped" parameter that allows doing so, however the
dart_package
doesn't use the parameter, see:very_good_workflows/.github/workflows/dart_package.yml
Line 103 in 3ab53d9
I would like to have a new parameter "run-skipped" that is set to false by default and can be enabled by the user.
The
flutter_package
workflow can also benefit of this change.The text was updated successfully, but these errors were encountered: