Skip to content

Commit

Permalink
install browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Nov 21, 2020
1 parent a3665e0 commit ac06de1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
version: 2.0
orbs:
browser-tools: circleci/browser-tools@1.1.0

references:
triggerable-by-tag: &triggerable-by-tag
# For a tag push unaffected by any filters, CircleCI skips the job
Expand Down Expand Up @@ -134,16 +137,17 @@ jobs:
<<: *browsers
steps:
- *workspace
- browser-tools/install-browsers
- run: TEST_BROWSER=Chrome make test-browser

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


deploy:
<<: *nodelts
steps:
Expand Down

0 comments on commit ac06de1

Please sign in to comment.