From 7f879dc60b20222bf9cf32e6d249f44ca24779b0 Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Wed, 13 Mar 2019 15:42:53 -0700 Subject: [PATCH] build: run all tests on appveyor --- .appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 39413e3df3..c30e66cbb6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,8 +11,8 @@ install: - ps: Install-Product node $env:nodejs_version - ps: | if (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER) { - # user is required for rebase. - git config user.name "angular-ci" + # user is required for rebase. + git config user.name "angular-ci" git config user.email "angular-ci" # Rebase on target branch. node tools\rebase-pr.js angular/angular-cli $env:APPVEYOR_PULL_REQUEST_NUMBER } @@ -23,7 +23,7 @@ install: test_script: - node --version - yarn --version - - yarn test + - yarn test -- --full - appveyor-e2e.bat build: off @@ -32,4 +32,3 @@ deploy: off cache: - node_modules -> yarn.lock - "%LOCALAPPDATA%\\Yarn" - \ No newline at end of file