Skip to content

Commit

Permalink
feat: include melos
Browse files Browse the repository at this point in the history
- Because dio requires melos when testing, it is introduced according to tests.yaml.

Signed-off-by: CaiJingLong <[email protected]>
  • Loading branch information
CaiJingLong committed Mar 25, 2024
1 parent 97ee5aa commit 39963fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ runs:
dart --version
flutter --version
shell: bash
- uses: bluefireteam/melos-action@v3
with:
run-bootstrap: false
- name: Check satisfied packages
run: |
dart ./scripts/melos_packages.dart
echo $(cat .melos_packages) >> $GITHUB_ENV
- name: Melos Bootstrap
run: melos bootstrap
- name: Install dependencies
run: dart pub get
working-directory: ${{ github.action_path }}
Expand Down

0 comments on commit 39963fa

Please sign in to comment.