diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d72787e934..c333f9f1aa9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,9 +68,6 @@ browsers_unit_tests: &browsers_unit_tests - run: name: Install Dependencies command: yarn install - - run: - name: Compile code - command: yarn compile - run: name: Unit tests command: yarn test:browser