Skip to content

Commit bf79c01

Browse files
committed
Add target build apk command
1 parent 121c1cd commit bf79c01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/patrol_cli/lib/src/android/android_test_backend.dart

+2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ class AndroidTestBackend {
160160
'build',
161161
'apk',
162162
'--config-only',
163+
'-t',
164+
'integration_test/test_bundle.dart',
163165
],
164166
runInShell: true,
165167
);

0 commit comments

Comments
 (0)