Prime-Holding / rx_bloc

A set of Flutter packages that help implement the BloC (Business Logic Component) design pattern using the power of reactive streams
https://pub.dev/packages/rx_bloc
62 stars 21 forks source link

Issues in the CI Pipeline of the rx_bloc_cli generated project #715

Closed RomanovaPrime closed 3 months ago

RomanovaPrime commented 3 months ago

Tests are failing on push of a new progect, generated with rx_bloc_cli. Here are screenshots:

image image image

And the recommended solution: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Note: Modify actions to run on Node 20 instead of Node 16


On another note, update the run_app_tests.yaml workflow to conditionally execute the Upload coverage to Codecov step (defaults to false).