Skip to content

Commit

Permalink
Edit test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rk0cc committed Feb 1, 2024
1 parent f664d32 commit f9b6c43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builder_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
sdkver:
- '3.x'
- '3.10.x' # This is corresponded Flutter version which adopted Dart 3
- any
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/model_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,20 @@ jobs:
env:
working-directory: './model'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dartsdk:
- '3'
- '3.0'
- stable
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup dart
uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.dartsdk }}
- name: Get dependencies
working-directory: ${{ env.working-directory }}
run: dart pub get
Expand Down

0 comments on commit f9b6c43

Please sign in to comment.