fix gh action

This commit is contained in:
Salvatore Giordano
2021-06-21 15:29:45 +02:00
parent 0995df11d5
commit c7d77c8cd9
2 changed files with 4 additions and 3 deletions
@@ -71,7 +71,9 @@ jobs:
with:
channel: 'stable'
- name: "Install Tools"
run: flutter pub global activate melos
run: |
flutter pub global activate melos
pub global activate remove_from_coverage
- name: "Bootstrap Workspace"
run: melos bootstrap
- name: "Flutter Test"