Skip to content

Commit e26f92c

Browse files
committed
Try fix health
1 parent 231a7d8 commit e26f92c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/native_assets_cli/test/example/native_add_library_test.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ void main() async {
3535
final testPackageUri = packageUri.resolve('example/$name/');
3636
final dartUri = Uri.file(Platform.resolvedExecutable);
3737

38+
await Process.run(
39+
dartUri.toFilePath(),
40+
['pub', 'get'],
41+
workingDirectory: testPackageUri.toFilePath(),
42+
);
3843
final processResult = await Process.run(
3944
dartUri.toFilePath(),
4045
[

0 commit comments

Comments
 (0)