tasks:
  - name: prepare tool
    script: .ci/scripts/prepare_tool.sh
    infra_step: true # Note infra steps failing prevents "always" from running.
  - name: custom tests
    script: .ci/scripts/tool_runner.sh
    args: ["custom-test"]