File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ jobs:
2525 - uses : dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
2626
2727 - name : Install dependencies
28- run : dart pub get
28+ run : flutter pub get
2929
3030 # Uncomment this step to verify the use of 'dart format' on each commit.
3131 # - name: Verify formatting
3232 # run: dart format --output=none --set-exit-if-changed .
3333
3434 # Consider passing '--fatal-infos' for slightly stricter analysis.
3535 - name : Analyze project source
36- run : dart analyze
36+ run : flutter analyze
3737
3838 # Your project will need to have tests in test/ and a dependency on
3939 # package:test for this step to succeed. Note that Flutter projects will
4040 # want to change this to 'flutter test'.
4141 - name : Run tests
42- run : dart test
42+ run : flutter test
You can’t perform that action at this time.
0 commit comments