Skip to content

Commit

Permalink
bump chromedriver to 106
Browse files Browse the repository at this point in the history
Current browser version is 106 whereas chromedriver is 104.
This PR bump the version to solve the mismatch.

Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh committed Oct 5, 2022
1 parent 6c11cf4 commit a4f6319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_check_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
# github virtual env is the latest chrome
- name: Setup chromedriver
if: steps.ftr_tests_results.outputs.ftr_tests_results != 'success'
run: yarn add --dev chromedriver@104.0.0
run: yarn add --dev chromedriver@106.0.0

- name: Run bootstrap
if: steps.ftr_tests_results.outputs.ftr_tests_results != 'success'
Expand Down

0 comments on commit a4f6319

Please sign in to comment.