Skip to content

Commit 46b0e03

Browse files
authored
Switch from Dart to Flutter commands in workflow
1 parent ebf6773 commit 46b0e03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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
@@ -39,4 +39,4 @@ jobs:
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

0 commit comments

Comments
 (0)