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
When using very_good packages get -r on CI without Flutter being installed, the command silently quits without installing the dependencies. This behaviour is kinda misleading and a warning of some sort would be great to have.
For example,
jobs:
check:
runs-on: ubuntu-lateststeps:
- name: Checkoutuses: actions/checkout@v3
- name: Install Beta Dartuses: dart-lang/setup-dart@v1with:
sdk: beta
- name: Install Very Good CLIrun: | dart pub global activate very_good_cli dart pub global run very_good_cli:very_good --analytics=false
- name: Install dependenciesrun: dart pub global run very_good_cli:very_good packages get -r
The output looks like:
Steps To Reproduce
Create a github workflow with the steps above
Run it
The text was updated successfully, but these errors were encountered:
Description
Hello!
When using
very_good packages get -r
on CI without Flutter being installed, the command silently quits without installing the dependencies. This behaviour is kinda misleading and a warning of some sort would be great to have.For example,
The output looks like:
Steps To Reproduce
The text was updated successfully, but these errors were encountered: