Skip to content

Commit 9bb14dd

Browse files
authored
Merge branch 'master' into update_packages
2 parents e9226d7 + dc00f63 commit 9bb14dd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ jobs:
137137
with:
138138
files: packages/dart/coverage/lcov.info
139139
fail_ci_if_error: true
140+
concurrency:
141+
group: ${{ github.workflow }}-${{ github.ref }}
142+
cancel-in-progress: true

packages/flutter/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ dev_dependencies:
3636
flutter_test:
3737
sdk: flutter
3838
mockito: ^5.2.0
39+
path_provider_platform_interface: ^2.0.6
40+
plugin_platform_interface: ^2.1.4

0 commit comments

Comments
 (0)