Skip to content

Commit

Permalink
Try fix health
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Dec 13, 2023
1 parent 231a7d8 commit e26f92c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ void main() async {
final testPackageUri = packageUri.resolve('example/$name/');
final dartUri = Uri.file(Platform.resolvedExecutable);

await Process.run(
dartUri.toFilePath(),
['pub', 'get'],
workingDirectory: testPackageUri.toFilePath(),
);
final processResult = await Process.run(
dartUri.toFilePath(),
[
Expand Down

0 comments on commit e26f92c

Please sign in to comment.