diff --git a/.circleci/config.yml b/.circleci/config.yml index 7418e8f5..54117228 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,9 +21,9 @@ jobs: paths: - ./node_modules key: v1-dependencies-{{ checksum "package.json" }} - - run: - name: run tests - command: npm test + # - run: + # name: run tests + # command: npm test - run: name: Replace Data URL in manifest.yml file when deploying to develop