Skip to content

Commit 6df030d

Browse files
author
Sergey Khomushin
committed
dart.yml: rename to flutter_action.yml
1 parent 1b2c278 commit 6df030d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# separate terms of service, privacy policy, and support
44
# documentation.
55

6-
name: Dart
6+
name: Flutter Action
77

88
on:
99
push:
@@ -17,12 +17,7 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
21-
# Note: This workflow uses the latest stable version of the Dart SDK.
22-
# You can specify other versions if desired, see documentation here:
23-
# https://github.com/dart-lang/setup-dart/blob/main/README.md
24-
# - uses: dart-lang/setup-dart@v1
25-
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
20+
- uses: subosito/flutter-action
2621

2722
- name: Install dependencies
2823
run: flutter pub get
@@ -35,8 +30,5 @@ jobs:
3530
- name: Analyze project source
3631
run: flutter analyze
3732

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'.
4133
- name: Run tests
42-
run: flutter test
34+
run: flutter test --coverage

0 commit comments

Comments
 (0)