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 be19f89 commit dcf1b0cCopy full SHA for dcf1b0c
.github/workflows/dart.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
26
27
- name: Install dependencies
28
- run: flutter pub get
+ run: dart pub get
29
30
# Uncomment this step to verify the use of 'dart format' on each commit.
31
# - name: Verify formatting
@@ -34,9 +34,3 @@ jobs:
34
# Consider passing '--fatal-infos' for slightly stricter analysis.
35
- name: Analyze project source
36
run: dart analyze
37
-
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'.
41
- - name: Run tests
42
- run: flutter test
0 commit comments