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 0ff34bb commit 16f700fCopy full SHA for 16f700f
.github/workflows/dart.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
path: "~/.pub-cache/hosted"
22
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
- uses: dart-lang/setup-dart@v1
25
- name: "Dependencies"
26
run: dart pub upgrade --no-precompile
@@ -38,3 +38,12 @@ jobs:
38
dart pub global run coverage:test_with_coverage --test test/all_test.dart
39
- name: "Upload coverage"
40
uses: codecov/codecov-action@v3
41
+ check:
42
+ name: "Flutter CI"
43
+ runs-on: ubuntu-latest
44
+ steps:
45
46
+ - uses: amake/dart-flutter-compat@v1
47
+ with:
48
+ channel: stable
49
+ cache: true
0 commit comments