]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: add e2e tests
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 2 Apr 2020 13:43:15 +0000 (15:43 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 2 Apr 2020 13:43:15 +0000 (15:43 +0200)
circle.yml

index 1be4cc8b297f8ff6599399709981c89b58d91464..dd54f4d5b4d08a59af501e2c707bacb8b74b677a 100644 (file)
@@ -7,7 +7,7 @@ version: 2
 jobs:
   build:
     docker:
-      - image: circleci/node:10
+      - image: circleci/node:lts-browsers
 
     working_directory: ~/repo
 
@@ -29,9 +29,11 @@ jobs:
 
       - run: yarn run lint
       - run: yarn run test:types
-      - run: yarn run test:unit --maxWorkers=2
       - run: yarn build
       - run: yarn build:dts
+      - run: yarn run test:unit --maxWorkers=2
+      - run: yarn run build:e2e
+      - run: yarn run test:e2e
 
       - run:
           name: Send code coverage