From d6c9bf79b11255cd92e3bb8d3e8b5c5c54abf884 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Mon, 19 Feb 2024 14:49:55 -0600 Subject: [PATCH] Update circleci/browser-tools@1.4.7 and try to re-activate verify --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 21a9107..67e1110 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: node: circleci/node@5.1.0 - browser-tools: circleci/browser-tools@1.4.6 + browser-tools: circleci/browser-tools@1.4.7 executors: java17: @@ -99,13 +99,13 @@ jobs: executor: java17 steps: - install_npm - ## todo - chrome/circleci/?? broken... - mvn_verify + - mvn_verify mvn_deploy: executor: java17 steps: - install_npm - ## todo - chrome/circleci/?? broken... - mvn_verify + - mvn_verify - mvn_deploy workflows: