fix gh action
This commit is contained in:
@@ -3,5 +3,4 @@
|
|||||||
# Fast fail the script on failures.
|
# Fast fail the script on failures.
|
||||||
set -e
|
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:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- name: "Install Tools"
|
- name: "Install Tools"
|
||||||
run: flutter pub global activate melos
|
run: |
|
||||||
|
flutter pub global activate melos
|
||||||
|
pub global activate remove_from_coverage
|
||||||
- name: "Bootstrap Workspace"
|
- name: "Bootstrap Workspace"
|
||||||
run: melos bootstrap
|
run: melos bootstrap
|
||||||
- name: "Flutter Test"
|
- name: "Flutter Test"
|
||||||
|
|||||||
Reference in New Issue
Block a user