We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a152527 commit d47a4ccCopy full SHA for d47a4cc
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Melos
17
run: flutter pub global activate melos
18
- name: Bootstrap Project
19
- run: flutter pub global run melos bootstrap
+ run: melos bootstrap
20
- name: Run Test Suite
21
run: flutter pub global run melos run test
22
- name: Compile Test Coverage Report
0 commit comments