Skip to content

Commit

Permalink
revert to old browsers docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Nov 21, 2020
1 parent bf6d08c commit f6f4d08
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: 2.0

orbs:
browser-tools: circleci/[email protected]

references:
triggerable-by-tag: &triggerable-by-tag
# For a tag push unaffected by any filters, CircleCI skips the job
Expand All @@ -21,7 +18,7 @@ references:
- image: cimg/node:lts
browsers: &browsers
docker:
- image: cimg/node:lts-browser
- image: circleci/node:14.7.0-browsers
nodenext: &nodenext
docker:
- image: cimg/node:current
Expand Down Expand Up @@ -138,14 +135,12 @@ jobs:
<<: *browsers
steps:
- *workspace
- browser-tools/install-chrome
- run: TEST_BROWSER=Chrome make test-browser

firefox:
<<: *browsers
steps:
- *workspace
- browser-tools/install-firefox
- run: npm install karma-firefox-launcher
- run: TEST_BROWSER=Firefox make test-browser

Expand Down

0 comments on commit f6f4d08

Please sign in to comment.