Skip to content

Commit

Permalink
Bump chrome version in PR check workflow (#2186)
Browse files Browse the repository at this point in the history
Bump chrome driver version to 104 for github actions

Signed-off-by: Su <[email protected]>
  • Loading branch information
zhongnansu authored Aug 23, 2022
1 parent ee2a1dc commit f2e9afa
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@102.0.0
run: yarn add --dev chromedriver@104.0.0

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

0 comments on commit f2e9afa

Please sign in to comment.