Try updating orb rather than specific chrome version

This commit is contained in:
2023-07-20 08:11:55 -05:00
parent aa4379787d
commit 70b2b70ba0

View File

@ -2,7 +2,7 @@ version: 2.1
orbs: orbs:
node: circleci/node@5.1.0 node: circleci/node@5.1.0
browser-tools: circleci/browser-tools@1.4.1 browser-tools: circleci/browser-tools@1.4.3
executors: executors:
java17: java17:
@ -29,8 +29,7 @@ commands:
mvn_verify: mvn_verify:
steps: steps:
- browser-tools/install-chrome: - browser-tools/install-chrome
chrome-version: 114.0.5735.198
- browser-tools/install-chromedriver - browser-tools/install-chromedriver
- run: - run:
name: install dockerize name: install dockerize