Skip to content

Commit fb4c70e

Browse files
committed
chore: update ci
1 parent 8a98a30 commit fb4c70e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dart-ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ jobs:
2222
- name: Set environment
2323
run: echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
2424

25+
- name: Install melos
26+
run: |
27+
dart pub global activate melos
28+
2529
- name: Get Dart and Flutter dependencies
2630
run: |
27-
make dependencies
31+
melos bootstrap
2832
2933
- name: Run tests for our dart project.
3034
run: |

0 commit comments

Comments
 (0)