-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Enable channel beta on CI #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a867711 to
3292d62
Compare
|
The following packages have analyze issues: There's also issues with the build_examples_dart step, which used |
3292d62 to
5fcdf31
Compare
| await subscription.cancel(); | ||
| exit(result == 'pass' ? 0 : 1); | ||
| final Map<String, dynamic> result = jsonDecode(data); | ||
| exit(result['result'] == 'true' ? 0 : 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is the same that the flutter/plugins project is doing
jpnurmi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Work required to do: #50