From 3d84bc88cb58010168a5671f3d18c2a9f9491960 Mon Sep 17 00:00:00 2001 From: Naresh Sekar Date: Sun, 26 Jul 2020 17:54:30 +0530 Subject: [PATCH] last try with firefox --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: