Skip to content

Commit

Permalink
Fixes Fastlane tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirotto committed Jul 15, 2021
1 parent aef0309 commit acc1fce
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 acc1fce

Please sign in to comment.