Skip to content

Commit

Permalink
Upgrading the browser tool orb (#1487)
Browse files Browse the repository at this point in the history
Change to firefox since we are no longer utilizing chrome
  • Loading branch information
carolyncole authored Aug 31, 2023
1 parent 88b7b60 commit a4c1cf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ commands:
paths:
- ~/.cache/yarn
orbs:
browser-tools: circleci/[email protected].2
browser-tools: circleci/[email protected].4
jobs:
build:
working_directory: ~/rails_template
Expand Down Expand Up @@ -80,8 +80,7 @@ jobs:
steps:
- attach_workspace:
at: *root
- browser-tools/install-browser-tools:
chrome-version: 114.0.5735.90
- browser-tools/install-firefox
- run:
name: Wait for PostgreSQL
command: dockerize -wait tcp://localhost:5432 -timeout 1m
Expand Down

0 comments on commit a4c1cf5

Please sign in to comment.