From: Eduardo San Martin Morote Date: Thu, 2 Apr 2020 13:43:15 +0000 (+0200) Subject: ci: add e2e tests X-Git-Tag: v4.0.0-alpha.5~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f0e2da3c31ddf56f2d16848552f7528ef97668a;p=thirdparty%2Fvuejs%2Frouter.git ci: add e2e tests --- diff --git a/circle.yml b/circle.yml index 1be4cc8b..dd54f4d5 100644 --- a/circle.yml +++ b/circle.yml @@ -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