Skip to content

Commit

Permalink
. e add flutter to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff authored May 9, 2024
1 parent 48181de commit 59f3dff
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Flutter Runner
uses: jddeep/[email protected]
- name: Setup Flutter
uses: subosito/[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') }}
- name: Test
run: |
./build_and_test.sh

0 comments on commit 59f3dff

Please sign in to comment.