]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: fix run structure
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 29 Aug 2019 09:24:08 +0000 (11:24 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 29 Aug 2019 09:24:08 +0000 (11:24 +0200)
circle.yml

index 4dbb1ebacd8f28b88a00043cdaa2dc488737911d..780775301d5d741b0b69ec24296c30c2088bd06b 100644 (file)
@@ -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