We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3944b11 commit 5f931bcCopy full SHA for 5f931bc
scripts/gha/build_testapps.py
@@ -224,7 +224,7 @@ def main(argv):
224
failures = []
225
for testapp in testapps:
226
api_config = config.get_api(testapp)
227
- if FLAGS.repo_dir and api_config.internal_testapp_path:
+ if FLAGS.repo_dir and not FLAGS.packaged_sdk and api_config.internal_testapp_path:
228
testapp_dirs = [api_config.internal_testapp_path]
229
else:
230
testapp_dirs = [api_config.testapp_path]
0 commit comments