Skip to content

Commit

Permalink
Use dart pub instead of pub
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir authored Oct 17, 2022
1 parent d067d71 commit e2e949e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
sdk: ${{ matrix.dart-channel }}
- name: Install dependencies
run: pub get
run: dart pub get
working-directory: hive
- name: Run tests
run: pub run test -p ${{ matrix.test-platform }}
run: dart pub run test -p ${{ matrix.test-platform }}
working-directory: hive

test-hive-flutter:
Expand Down

0 comments on commit e2e949e

Please sign in to comment.