Skip to content

Commit 9000d93

Browse files
committed
chore: include private in melos bootstrap
1 parent 1d77b99 commit 9000d93

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/flutter_ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
cache: true
1919
- uses: bluefireteam/melos-action@v3
20+
with:
21+
include-privat: true
2022
- name: Lint analysis
2123
run: melos format --set-exit-if-changed .
2224

@@ -29,6 +31,8 @@ jobs:
2931
with:
3032
cache: true
3133
- uses: bluefireteam/melos-action@v3
34+
with:
35+
include-privat: true
3236
- name: Lint analysis
3337
run: melos analyze --fatal-warnings --fatal-infos --concurrency 10
3438

@@ -49,6 +53,8 @@ jobs:
4953
flutter-version: ${{ matrix.sdk }}
5054
cache: true
5155
- uses: bluefireteam/melos-action@v3
56+
with:
57+
include-privat: true
5258
- uses: actions/setup-java@v4
5359
with:
5460
java-version: '17'
@@ -80,6 +86,8 @@ jobs:
8086
flutter-version: ${{ matrix.sdk }}
8187
cache: true
8288
- uses: bluefireteam/melos-action@v3
89+
with:
90+
include-privat: true
8391
- uses: maxim-lobanov/setup-cocoapods@v1
8492
with:
8593
podfile-path: example/ios/Podfile.lock
@@ -109,5 +117,7 @@ jobs:
109117
flutter-version: ${{ matrix.sdk }}
110118
cache: true
111119
- uses: bluefireteam/melos-action@v3
120+
with:
121+
include-privat: true
112122
- name: Build web
113123
run: flutter build web

0 commit comments

Comments
 (0)