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
Describe the solution you'd like
Add a continuous integration (CI) workflow using Github Actions to ensure automated testing is taking place on each new commit / pull request
Configure the workflow with the following commands: pub get, analyze, test
Execute workflow when there's a commit (push) on development branch
Describe the solution you'd like
Add a continuous integration (CI) workflow using Github Actions to ensure automated testing is taking place on each new commit / pull request