Skip to content

Commit

Permalink
restore meedu package
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin-morocho committed Oct 19, 2023
1 parent f875e06 commit f346df7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
with:
flutter-version: '3.13.6'

- name: Install meedu dependencies
run: cd packages/meedu && flutter pub get

- name: Run meedu tests
run: cd packages/meedu && flutter test --coverage

- name: Install flutter_meedu dependencies
run: cd packages/flutter_meedu && flutter pub get

Expand Down

0 comments on commit f346df7

Please sign in to comment.