Skip to content

Commit

Permalink
last try with firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Naresh Sekar committed Jul 26, 2020
1 parent 71492d0 commit 3d84bc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
name: "Run tests in Chrome"
command: |
npm run test
- run:
name: "Run tests in Firefox"
command: |
npm run test
- store_test_results:
path: ./reports/junit
- store_artifacts:
Expand Down

0 comments on commit 3d84bc8

Please sign in to comment.