mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
ci: Don't run analyze concurrently (#2704)
Apparently if you run analyze concurrently with melos it might not report a non-zero code even though it finds errors.
This commit is contained in:
@ -21,7 +21,7 @@ scripts:
|
||||
|
||||
analyze:
|
||||
run: |
|
||||
melos exec -c 10 -- \
|
||||
melos exec -c 1 -- \
|
||||
flutter analyze --fatal-infos
|
||||
description: Run `flutter analyze` for all packages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user