Skip to content

Commit 9358900

Browse files
committed
feat: replace Dart commands with global Melos CLI in test coverage workflow
1 parent 9b65cad commit 9358900

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test-coverage.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ jobs:
3030
- name: Get workspace dependencies
3131
run: dart pub get
3232

33+
- name: Install Melos
34+
run: dart pub global activate melos
35+
3336
- name: Bootstrap workspace
34-
run: dart run melos bootstrap
37+
run: melos bootstrap
3538

3639
- name: Analyze code
37-
run: dart run melos run analyze
40+
run: melos run analyze
3841

3942
- name: Run tests with coverage
4043
run: |

0 commit comments

Comments
 (0)