From: Eduardo San Martin Morote Date: Thu, 29 Aug 2019 09:24:08 +0000 (+0200) Subject: ci: fix run structure X-Git-Tag: v4.0.0-alpha.0~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c612ec34690e7502835b576924b88dcde4e2fdd;p=thirdparty%2Fvuejs%2Frouter.git ci: fix run structure --- diff --git a/circle.yml b/circle.yml index 4dbb1eba..78077530 100644 --- a/circle.yml +++ b/circle.yml @@ -27,10 +27,9 @@ jobs: - node_modules key: dependencies-cache-{{ checksum "yarn.lock" }} - - run: - - yarn run test:types - - yarn run test:unit --maxWorkers=2 - - yarn build + - run: yarn run test:types + - run: yarn run test:unit --maxWorkers=2 + - run: yarn build - run: name: Send code coverage