Skip to content

Commit

Permalink
Merge pull request #342 from AhmedLSayed9/enhance/reduce_analyze_ci_c…
Browse files Browse the repository at this point in the history
…oncurrency

Reduce analyze ci concurrency
  • Loading branch information
AhmedLSayed9 authored Feb 2, 2025
2 parents 1302111 + 5b149ea commit 2667ae6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ scripts:
description: Run all static analysis checks.

analyze:
# We are setting the concurrency to 1 because a higher concurrency can crash
# the analysis server on low performance machines (like GitHub Actions).
run: |
melos exec -c 10 -- \
melos exec -c 1 -- \
flutter analyze --fatal-infos
description: Run `flutter analyze` for all packages.

Expand Down

0 comments on commit 2667ae6

Please sign in to comment.