verbose melos
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
./.github/workflows/scripts/install-tools.sh
|
./.github/workflows/scripts/install-tools.sh
|
||||||
flutter pub global activate tuneup
|
flutter pub global activate tuneup
|
||||||
- name: 'Bootstrap Workspace'
|
- name: 'Bootstrap Workspace'
|
||||||
run: melos bootstrap
|
run: melos bootstrap --verbose
|
||||||
- name: 'Dart Analyze'
|
- name: 'Dart Analyze'
|
||||||
run: |
|
run: |
|
||||||
melos exec -c 3 --ignore="*example*" -- \
|
melos exec -c 3 --ignore="*example*" -- \
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./.github/workflows/scripts/install-tools.sh
|
./.github/workflows/scripts/install-tools.sh
|
||||||
- name: 'Bootstrap Workspace'
|
- name: 'Bootstrap Workspace'
|
||||||
run: melos bootstrap
|
run: melos bootstrap --verbose
|
||||||
- name: 'Dart'
|
- name: 'Dart'
|
||||||
run: |
|
run: |
|
||||||
melos exec -c 1 -- \
|
melos exec -c 1 -- \
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
flutter pub global activate coverage
|
flutter pub global activate coverage
|
||||||
flutter pub global activate remove_from_coverage
|
flutter pub global activate remove_from_coverage
|
||||||
- name: 'Bootstrap Workspace'
|
- name: 'Bootstrap Workspace'
|
||||||
run: melos bootstrap
|
run: melos bootstrap --verbose
|
||||||
- name: 'Dart Test'
|
- name: 'Dart Test'
|
||||||
run: |
|
run: |
|
||||||
cd packages/stream_chat
|
cd packages/stream_chat
|
||||||
|
|||||||
Reference in New Issue
Block a user