Skip to content

Commit

Permalink
reverting back to old docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Naresh Sekar committed Jul 26, 2020
1 parent 9f81c86 commit 71492d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
build:
docker:
- image: circleci/node:14.5-buster-browsers-legacy # Image that supports browser automation using JS
- image: circleci/node:dubnium-buster-browsers-legacy # Image that supports browser automation using JS
resource_class: small # Specifying the size of the instance that is needed to run the tests
working_directory: ~/project
steps:
Expand All @@ -31,10 +31,6 @@ jobs:
name: "Run tests in Chrome"
command: |
npm run test
- run:
name: "Run tests in Firefox"
command: |
browser=firefox npm run test
- store_test_results:
path: ./reports/junit
- store_artifacts:
Expand Down

0 comments on commit 71492d0

Please sign in to comment.