subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.17k stars 193 forks source link

Action is not failing when pub get fails #168

Closed tolotrasamuel closed 2 years ago

tolotrasamuel commented 2 years ago

How to reproduce:

Add a flutter package hosted on github in pubspec.yaml and do not put an existing repo

Expected: Fail action workflow if pub get fails

Actual: Workflow just gets stuck and draining build minute until it times out