Skip to content

Commit

Permalink
ci: Update test CI
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <cjl_spy@163.com>
  • Loading branch information
CaiJingLong committed Apr 3, 2024
1 parent 22fb806 commit 228ae45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}

- name: Install dependencies
run: dart pub global activate melos
- name: Bootstrap
run: melos bootstrap
- name: Run test shell
run: ./test.sh

0 comments on commit 228ae45

Please sign in to comment.