blob: 16cdf1771bb056d58a17d03fcb6f31c855003a59 [file] [log] [blame] [edit]
tasks:
- name: prepare tool
script: .ci/scripts/prepare_tool.sh
infra_step: true # Note infra steps failing prevents "always" from running.
- name: Dart unit tests - web
script: .ci/scripts/tool_runner.sh
args: [
"dart-test",
"--platform=chrome",
"--exclude=script/configs/dart_unit_tests_exceptions.yaml"
]