Skip to content

Commit 0df48f4

Browse files
authored
Merge pull request #125 from olmps/fastlane-fix
Fixes Fastlane tests
2 parents aef0309 + acc1fce commit 0df48f4

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)