Skip to content

Commit c6f3e4f

Browse files
committed
chore: try a new config
1 parent b469e67 commit c6f3e4f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414
command: |
1515
echo 'export PATH=$HOME/.pub-cache/bin:$PATH' >> $BASH_ENV
1616
source $BASH_ENV
17-
- run: flutter pub global activate melos
18-
- run: melos --version
19-
- run: melos bootstrap
17+
- run:
18+
name: Setup melos
19+
command: |
20+
flutter pub global activate melos
21+
melos --version
22+
melos bootstrap
2023
- run: melos run test
2124
- run: melos run gen_coverage
2225
- codecov/upload:

0 commit comments

Comments
 (0)