Skip to content

Commit

Permalink
Merge pull request #125 from olmps/fastlane-fix
Browse files Browse the repository at this point in the history
Fixes Fastlane tests
  • Loading branch information
ggirotto committed Jul 15, 2021
2 parents aef0309 + acc1fce commit 0df48f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform :android do
sh("flutter", "clean")

# Run tests
sh("flutter", "test", "test")
sh("flutter", "test", "../../")

# Run Analyzer
sh("flutter", "analyze", ".")
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ platform :ios do
sh("flutter", "clean")

# Run tests
sh("flutter", "test", "test")
sh("flutter", "test", "../../")

# Run Analyzer
sh("flutter", "analyze", ".")
Expand Down

0 comments on commit 0df48f4

Please sign in to comment.