We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd75c1 commit 67cca76Copy full SHA for 67cca76
.github/workflows/flutter.yml
@@ -25,8 +25,11 @@ jobs:
25
- name: Check code format
26
run: dart format . -o none --set-exit-if-changed
27
28
+ - name: Run code generation
29
+ run: cd example && flutter pub get && flutter pub run build_runner build && cd ..
30
+
31
- name: Analyze project source
32
run: flutter analyze --fatal-infos
33
34
- name: Run tests
- run: flutter test
35
+ run: flutter test
0 commit comments