Skip to content

Commit 74fc21b

Browse files
committed
feat(ci): add flutter doctor command to test workflow
1 parent f69cafe commit 74fc21b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: dart --version
2626
- name: Flutter version
2727
run: flutter --version
28+
- name: Flutter doctor
29+
run: flutter doctor
2830

2931
- name: Run hello world
3032
run: |
@@ -49,6 +51,8 @@ jobs:
4951
run: dart --version
5052
- name: Flutter version
5153
run: flutter --version
54+
- name: Flutter doctor
55+
run: flutter doctor
5256

5357
- name: Run hello world
5458
run: |

0 commit comments

Comments
 (0)