Skip to content

Commit

Permalink
Use cypress docker image that includes firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
nderkim committed Oct 20, 2022
1 parent 007d6fd commit 217eeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

docker_defaults: &docker_defaults
docker:
- image: cypress/browsers:node16.17.0-chrome106
- image: cypress/browsers:node16.17.1-chrome106-ff105-edge
environment:
TERM: xterm
working_directory: ~/project/repo
Expand Down

0 comments on commit 217eeeb

Please sign in to comment.