verbose melos

This commit is contained in:
Salvatore Giordano
2021-04-30 17:10:16 +02:00
parent 727f268987
commit c04af01e77
@@ -27,7 +27,7 @@ jobs:
./.github/workflows/scripts/install-tools.sh
flutter pub global activate tuneup
- name: 'Bootstrap Workspace'
run: melos bootstrap
run: melos bootstrap --verbose
- name: 'Dart Analyze'
run: |
melos exec -c 3 --ignore="*example*" -- \
@@ -50,7 +50,7 @@ jobs:
run: |
./.github/workflows/scripts/install-tools.sh
- name: 'Bootstrap Workspace'
run: melos bootstrap
run: melos bootstrap --verbose
- name: 'Dart'
run: |
melos exec -c 1 -- \
@@ -72,7 +72,7 @@ jobs:
flutter pub global activate coverage
flutter pub global activate remove_from_coverage
- name: 'Bootstrap Workspace'
run: melos bootstrap
run: melos bootstrap --verbose
- name: 'Dart Test'
run: |
cd packages/stream_chat