1 parent ebf6773 commit 46b0e03Copy full SHA for 46b0e03
1 file changed
.github/workflows/dart.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
26
27
- name: Install dependencies
28
- run: dart pub get
+ run: flutter pub get
29
30
# Uncomment this step to verify the use of 'dart format' on each commit.
31
# - name: Verify formatting
@@ -39,4 +39,4 @@ jobs:
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: dart test
+ run: flutter test
0 commit comments