Skip to content

Commit 228ae45

Browse files
committed
ci: Update test CI
Signed-off-by: Caijinglong <[email protected]>
1 parent 22fb806 commit 228ae45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- uses: dart-lang/setup-dart@v1
2525
with:
2626
sdk: ${{ matrix.sdk }}
27-
27+
- name: Install dependencies
28+
run: dart pub global activate melos
29+
- name: Bootstrap
30+
run: melos bootstrap
2831
- name: Run test shell
2932
run: ./test.sh

0 commit comments

Comments
 (0)