Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3711ace

Browse files
Fail the run_suite_step if any test failures are detected. (#40834)
We need to throw if the `run_suite_step` encounters any test failures.
1 parent c269562 commit 3711ace

File tree

9 files changed

+56
-334
lines changed

9 files changed

+56
-334
lines changed

.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ targets:
304304
{"download_emsdk": true}
305305
dependencies: >-
306306
[
307-
{"dependency": "chrome_and_driver", "version": "version:111.0"},
307+
{"dependency": "chrome_and_driver", "version": "version:111.0a"},
308308
{"dependency": "curl", "version": "version:7.64.0"}
309309
]
310310
framework: "true"

0 commit comments

Comments
 (0)