Skip to content

Commit 6ef8c54

Browse files
committed
[ci]: Build multiple versions of ChromeForTesting
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 1866f17 commit 6ef8c54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/build-backward-compatible/builder.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ def recursive_merge(dict1, dict2):
6262
if browser_name == "chrome" or browser_name == "all":
6363
CHROME_VERSION = matrix["browser"][browser_version]["CHROME_VERSION"]
6464
f.write(f"CHROME_VERSION={CHROME_VERSION}")
65+
if browser_name == "chrome-for-testing" or browser_name == "all":
66+
CFT_VERSION = matrix["browser"][browser_version]["CFT_VERSION"]
67+
f.write(f"CFT_VERSION={CFT_VERSION}")

0 commit comments

Comments
 (0)