Skip to content

Commit acc1fce

Browse files
committed
Fixes Fastlane tests
1 parent aef0309 commit acc1fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platform :android do
77
sh("flutter", "clean")
88

99
# Run tests
10-
sh("flutter", "test", "test")
10+
sh("flutter", "test", "../../")
1111

1212
# Run Analyzer
1313
sh("flutter", "analyze", ".")

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ platform :ios do
7373
sh("flutter", "clean")
7474

7575
# Run tests
76-
sh("flutter", "test", "test")
76+
sh("flutter", "test", "../../")
7777

7878
# Run Analyzer
7979
sh("flutter", "analyze", ".")

0 commit comments

Comments
 (0)