blob: acfb9cd8a63ed6a5947cd2afe6e368f4a74dcf92 [file] [log] [blame]
tasks:
- name: prepare tool
script: .ci/scripts/prepare_tool.sh
infra_step: true # Note infra steps failing prevents "always" from running.
- name: build examples
script: script/tool_runner.sh
args: ["build-examples", "--web"]
- name: drive examples
script: script/tool_runner.sh
args: ["drive-examples", "--web", "--run-chromedriver", "--exclude=script/configs/exclude_integration_web.yaml"]