Skip to content

Commit 67cca76

Browse files
authored
Update flutter.yml
1 parent 0cd75c1 commit 67cca76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
- name: Check code format
2626
run: dart format . -o none --set-exit-if-changed
2727

28+
- name: Run code generation
29+
run: cd example && flutter pub get && flutter pub run build_runner build && cd ..
30+
2831
- name: Analyze project source
2932
run: flutter analyze --fatal-infos
3033

3134
- name: Run tests
32-
run: flutter test
35+
run: flutter test

0 commit comments

Comments
 (0)