Skip to content

Commit

Permalink
Merge pull request #2297 from leancodepl/add-target-to-build-apk-conf…
Browse files Browse the repository at this point in the history
…ig-only

Add target build apk command
  • Loading branch information
pdenert authored Aug 7, 2024
2 parents 121c1cd + bf79c01 commit bfb7974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/patrol_cli/lib/src/android/android_test_backend.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ class AndroidTestBackend {
'build',
'apk',
'--config-only',
'-t',
'integration_test/test_bundle.dart',
],
runInShell: true,
);
Expand Down

0 comments on commit bfb7974

Please sign in to comment.