From a11e8f013f58ab7a2eb5e9c4f6d6823891d3456c Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 12 Mar 2020 18:24:32 -0700 Subject: [PATCH] devops(circleci): run all tests on all browsers --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30275a2fd1039..3bd4e428ffea0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,4 @@ jobs: - run: command: | - xvfb-run --auto-servernum npm run ctest - xvfb-run --auto-servernum npm run ftest - xvfb-run --auto-servernum npm run wtest + xvfb-run --auto-servernum npm run test