subosito / flutter-action

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

Repeated calling test #92

Closed rk0cc closed 3 years ago

rk0cc commented 3 years ago

I found the test command was invoked serval time, and there is the record from Action:

00:00 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                                                                        
00:01 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                                                                        
00:02 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                                                                        
00:03 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                                                                        
00:04 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                                                                        
00:05 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                                                                        
00:06 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                                                                        
00:07 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                                                                        
00:08 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                                                                        
00:09 +0: loading /home/runner/work/weather_panel_core/weather_panel_core/test/src/rest/taskes/taskes_test.dart                                             

Despite the test run successfully, I'm concern will take longer time to finish when more test files I uploaded?

rk0cc commented 3 years ago

Okay, I found it just a console output which suppose appear at the same line on flutter test

However, it's better to find a way to hide out these output.