We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f554493 commit fcc9b8eCopy full SHA for fcc9b8e
.github/workflows/code_quality.yml
@@ -19,6 +19,7 @@ jobs:
19
- uses: subosito/flutter-action@v2
20
with:
21
channel: "stable"
22
+ cache: true
23
- run: flutter --version
24
25
# Get flutter dependencies.
@@ -37,6 +38,7 @@ jobs:
37
38
39
40
41
42
43
44
.github/workflows/unit_tests.yml
@@ -20,6 +20,7 @@ jobs:
26
0 commit comments