Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
when running android tests download dependencies before running tests
  • Loading branch information
reidbaker committed Jul 7, 2023
commit 96d0254ae545b841b5b8c45e1cb55eae6a77b10d
4 changes: 4 additions & 0 deletions .ci/targets/android_platform_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ tasks:
- name: lint
script: script/tool_runner.sh
args: ["lint-android"]
- name: download android deps
script: script/tool_runner.sh
infra_step: true
args: ["fetch-android-deps"]
# Native unit and native integration are split into two steps to allow for
# different exclusions.
# TODO(stuartmorgan): Eliminate the native unit test exclusion, and combine
Expand Down