Skip to content

Commit dcf1b0c

Browse files
Update dart.yml
1 parent be19f89 commit dcf1b0c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 7 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: flutter pub get
28+
run: dart pub get
2929

3030
# Uncomment this step to verify the use of 'dart format' on each commit.
3131
# - name: Verify formatting
@@ -34,9 +34,3 @@ jobs:
3434
# Consider passing '--fatal-infos' for slightly stricter analysis.
3535
- name: Analyze project source
3636
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

Comments
 (0)