Skip to content

Commit

Permalink
Fix patrol_build lane
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed May 5, 2024
1 parent f08cec0 commit 842f5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_app/ios/fastlane/Fastfile
Expand Up @@ -34,6 +34,6 @@ platform :ios do
readonly: true
)

sh('cd .. && patrol build ios --release --verbose --target integration_test/auto_resize_test.dart')
sh('cd ../.. && patrol build ios --release --verbose --target integration_test/auto_resize_test.dart')
end
end

0 comments on commit 842f5a7

Please sign in to comment.