From a8e8e0c916340f20de7345782e62410898a2519b Mon Sep 17 00:00:00 2001 From: Nikolas Rimikis Date: Mon, 22 May 2023 14:29:09 +0200 Subject: [PATCH] tool: fix melos in CI --- melos.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/melos.yaml b/melos.yaml index 0a9d6642..705b369e 100644 --- a/melos.yaml +++ b/melos.yaml @@ -3,6 +3,12 @@ repository: https://github.com/provokateurin/nextcloud-neon sdkPath: .fvm/flutter_sdk +bootstrap: + # It seems so that running "pub get" in parallel has some issues (like + # https://github.com/dart-lang/pub/issues/3404). Disabling this feature + # makes the CI much more stable. + runPubGetInParallel: false + packages: - packages/* - packages/dynamite/*