Skip to content

Commit 8bec206

Browse files
committed
analyze code after running tests (more important breakage should happen first)
1 parent 04b7edb commit 8bec206

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Verify formatting
3232
run: dart format --output=none --set-exit-if-changed .
3333

34-
# Consider passing '--fatal-infos' for slightly stricter analysis.
35-
- name: Analyze project source
36-
run: dart analyze
37-
3834
# Your project will need to have tests in test/ and a dependency on
3935
# package:test for this step to succeed. Note that Flutter projects will
4036
# want to change this to 'flutter test'.
4137
- name: Run tests
4238
run: dart test
39+
40+
# Consider passing '--fatal-infos' for slightly stricter analysis.
41+
- name: Analyze project source
42+
run: dart analyze

0 commit comments

Comments
 (0)