Skip to content

Commit fcc9b8e

Browse files
authored
chore: enable caching for flutter-action in workflow (#108)
1 parent f554493 commit fcc9b8e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/code_quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: subosito/flutter-action@v2
2020
with:
2121
channel: "stable"
22+
cache: true
2223
- run: flutter --version
2324

2425
# Get flutter dependencies.
@@ -37,6 +38,7 @@ jobs:
3738
- uses: subosito/flutter-action@v2
3839
with:
3940
channel: "stable"
41+
cache: true
4042
- run: flutter --version
4143

4244
# Get flutter dependencies.

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: subosito/flutter-action@v2
2121
with:
2222
channel: "stable"
23+
cache: true
2324
- run: flutter --version
2425

2526
# Get flutter dependencies.

0 commit comments

Comments
 (0)