diff --git a/.circleci/config.yml b/.circleci/config.yml index 44fddbe..cf634cd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: