Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Aug 30, 2023
1 parent bf980e3 commit 5493925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
equal: [ "chrome", << parameters.browser >> ]
steps:
- browser-tools/install-browser-tools:
chromedriver-version: 116.0.5845.96
chrome-version: 116.0.5845.96
install-firefox: false
install-chrome: true
install-geckodriver: false
Expand All @@ -155,7 +155,7 @@ jobs:
equal: [ "firefox", << parameters.browser >> ]
steps:
- browser-tools/install-browser-tools:
chromedriver-version: 116.0.5845.96
chrome-version: 116.0.5845.96
install-firefox: true
install-chrome: false
install-geckodriver: true
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
parallelism: << parameters.parallelism >>
steps:
- browser-tools/install-browser-tools:
chromedriver-version: 116.0.5845.96
chrome-version: 116.0.5845.96
install-firefox: false
install-chrome: true
install-geckodriver: false
Expand Down

0 comments on commit 5493925

Please sign in to comment.