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.
2 parents e9226d7 + dc00f63 commit 9bb14ddCopy full SHA for 9bb14dd
.github/workflows/ci.yml
@@ -137,3 +137,6 @@ jobs:
137
with:
138
files: packages/dart/coverage/lcov.info
139
fail_ci_if_error: true
140
+concurrency:
141
+ group: ${{ github.workflow }}-${{ github.ref }}
142
+ cancel-in-progress: true
packages/flutter/pubspec.yaml
@@ -36,3 +36,5 @@ dev_dependencies:
36
flutter_test:
37
sdk: flutter
38
mockito: ^5.2.0
39
+ path_provider_platform_interface: ^2.0.6
40
+ plugin_platform_interface: ^2.1.4
0 commit comments