File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 33# separate terms of service, privacy policy, and support
44# documentation.
55
6- name : Dart
6+ name : Flutter Action
77
88on :
99 push :
1717
1818 steps :
1919 - uses : actions/checkout@v3
20-
21- # Note: This workflow uses the latest stable version of the Dart SDK.
22- # You can specify other versions if desired, see documentation here:
23- # https://github.com/dart-lang/setup-dart/blob/main/README.md
24- # - uses: dart-lang/setup-dart@v1
25- - uses : dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
20+ - uses : subosito/flutter-action
2621
2722 - name : Install dependencies
2823 run : flutter pub get
3530 - name : Analyze project source
3631 run : flutter analyze
3732
38- # Your project will need to have tests in test/ and a dependency on
39- # package:test for this step to succeed. Note that Flutter projects will
40- # want to change this to 'flutter test'.
4133 - name : Run tests
42- run : flutter test
34+ run : flutter test --coverage
You can’t perform that action at this time.
0 commit comments