fix gh action
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
# Fast fail the script on failures.
|
||||
set -e
|
||||
|
||||
pub global activate remove_from_coverage
|
||||
pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r '\.g\.dart$' -r '\.freezed\.dart$'
|
||||
pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r '\.g\.dart$' -r '\.freezed\.dart$'
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user