Skip to content

Commit

Permalink
. e add dart sdk to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff authored May 9, 2024
1 parent 59f3dff commit b332f28
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4
- name: Setup Flutter
uses: subosito/[email protected]
- name: Set up Dart SDK
uses: dart-lang/[email protected]
with:
flutter-version: ${{ steps.get_flutter_version.outputs.version }}
channel: stable
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
sdk: stable
- name: Test
run: |
./build_and_test.sh
shell: bash

0 comments on commit b332f28

Please sign in to comment.