Skip to content

Commit

Permalink
[ci] Update workflow build backward browser versions
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Feb 23, 2025
1 parent 1fce8b7 commit b903231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build-backward-compatible/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def recursive_merge(dict1, dict2):
matrix = selenium_matrix["matrix"]
# Get versions from arguments
selenium_version = sys.argv[1]
browser_version = int(sys.argv[2])
browser_version = sys.argv[2]
browser_name = sys.argv[3]
# Create .env with component versions
with open('.env', 'w') as f:
Expand Down

0 comments on commit b903231

Please sign in to comment.