Skip to content

Commit cf629f8

Browse files
Working on iOS GitHub CI
1 parent ca00cff commit cf629f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/flutter_test_runners/example_deep_links/test_driver/deep_link_ios_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ void main() {
2020

2121
print("Running the command...");
2222
final process = await Process.start(
23-
"xcrun",
23+
"sh",
2424
[
25+
"-c",
26+
"xcrun",
2527
"simctl",
2628
"list",
2729
"--verbose",

0 commit comments

Comments
 (0)