We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0309 commit acc1fceCopy full SHA for acc1fce
android/fastlane/Fastfile
@@ -7,7 +7,7 @@ platform :android do
7
sh("flutter", "clean")
8
9
# Run tests
10
- sh("flutter", "test", "test")
+ sh("flutter", "test", "../../")
11
12
# Run Analyzer
13
sh("flutter", "analyze", ".")
ios/fastlane/Fastfile
@@ -73,7 +73,7 @@ platform :ios do
73
74
75
76
77
78
79
0 commit comments