Skip to content

🔥 Removes Flare integration #618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Dec 15, 2024
Merged
Prev Previous commit
Next Next commit
✅ Test concurrency 1
  • Loading branch information
AlexV525 committed Dec 15, 2024
commit f7f6acd41cdf0186941668290d6acbcdf8edc15d
2 changes: 2 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ scripts:
test:dart:
run: dart test
exec:
concurrency: 1
failFast: true
packageFilters:
flutter: false
Expand All @@ -91,6 +92,7 @@ scripts:
test:flutter:
run: flutter test
exec:
concurrency: 1
failFast: true
packageFilters:
flutter: true
Expand Down