Skip to content

Commit 29e1c9f

Browse files
committed
test flow
1 parent f096caf commit 29e1c9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20+
- name: Install dependencies
21+
run: pub get
22+
2023
- name: Analyze
2124
run: dartanalyzer --fatal-infos --fatal-warnings ./lib ./test
2225

2326
- name: Format code
2427
run: dartfmt -n ./lib ./test --set-exit-if-changed
2528

26-
- name: Install dependencies
27-
run: pub get
28-
2929
- name: Active coverage
3030
run: pub global activate coverage
3131

0 commit comments

Comments
 (0)