Skip to content

Commit

Permalink
Use dart for test-hive to simplify matrix. It should be covered by te…
Browse files Browse the repository at this point in the history
…st-hive_flutter
  • Loading branch information
Rexios80 committed Jul 6, 2024
1 parent 0d41093 commit dcb44bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
flutter-channel: [stable, beta]
include:
- test-platform: vm
compiler: kernel
Expand All @@ -26,9 +25,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@v1
- uses: subosito/flutter-action@v2
- uses: dart-lang/setup-dart@v1
with:
channel: ${{ matrix.flutter-channel }}
sdk: 3.4.0
- name: Install dependencies
run: dart pub get
working-directory: hive
Expand Down

0 comments on commit dcb44bb

Please sign in to comment.