We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c9beb commit 8de0432Copy full SHA for 8de0432
.github/workflows/runnable.yml
@@ -40,12 +40,12 @@ jobs:
40
run: dart format . -o none --set-exit-if-changed
41
- name: Analyze Dart code
42
run: flutter analyze .
43
- - name: Run tests
44
- run: flutter test
45
- - name: Generate docs
46
- run: |
47
- dart pub global activate dartdoc
48
- dart pub global run dartdoc .
+# - name: Run tests
+# run: flutter test
+# - name: Generate docs
+# run: |
+# dart pub global activate dartdoc
+# dart pub global run dartdoc .
49
- run: flutter pub get
50
- name: Build Example (Android)
51
run: cd example; flutter build apk --debug
0 commit comments