Skip to content

Commit

Permalink
Circleci Chrome update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonis committed Jun 7, 2024
1 parent 6e1bb1b commit 4de37bf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
cloudfoundry: circleci/[email protected]
browser-tools: circleci/[email protected].1
browser-tools: circleci/[email protected].8

jobs:
setup:
Expand Down Expand Up @@ -94,14 +94,13 @@ jobs:
steps:
- checkout
- run: sudo apt-get update
- browser-tools/install-chrome:
chrome-version: "114.0.5735.90"
- browser-tools/install-chrome
- browser-tools/install-chromedriver
# - run:
# command: |
# google-chrome --version
# chromedriver --version
# name: Check install
- run:
command: |
google-chrome --version
chromedriver --version
name: Check install
- run: mix local.hex --force
- run: mix local.rebar --force
- run: mix clean
Expand Down

0 comments on commit 4de37bf

Please sign in to comment.