Skip to content

Commit

Permalink
Merge pull request #6360 from seadowg/fix-circle-ci-config
Browse files Browse the repository at this point in the history
Fix Test Lab command
  • Loading branch information
grzesiek2010 authored Aug 21, 2024
2 parents 30f759c + bae83a5 commit 1958769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ jobs:
--device model=MediumPhone.arm,version=34,locale=en,orientation=portrait \
--results-bucket opendatakit-collect-test-results \
--directories-to-pull /sdcard --timeout 20m \
--test-targets "notPackage org.odk.collect.android.regression" "notPackage org.odk.collect.android.benchmark"
--test-targets "notPackage org.odk.collect.android.regression" \
--test-targets "notPackage org.odk.collect.android.benchmark"
fi
no_output_timeout: 25m

Expand Down

0 comments on commit 1958769

Please sign in to comment.