Skip to content

Commit

Permalink
ci: enable sdk caching
Browse files Browse the repository at this point in the history
  • Loading branch information
yardexx authored Jul 12, 2024
1 parent b813a44 commit 701181f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true

- name: 📦 Install Additional Tooling
# Add additional Flutter tooling
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
with:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true

- name: 🧪 Run Tests
run: flutter test
Expand All @@ -76,6 +78,7 @@ jobs:
with:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true

- name: 🤖 Build Android app
working-directory: example
Expand All @@ -94,6 +97,7 @@ jobs:
with:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true

- name: 🍎 Build iOS app
working-directory: example
Expand Down

0 comments on commit 701181f

Please sign in to comment.