1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-23 23:59:27 +08:00

ci: trim the appveyor tests

Removing the `build/styles` tests because they can take a while and others are more important.

Fix 
This commit is contained in:
Filipe Silva 2019-05-20 09:39:39 +01:00 committed by Minko Gechev
parent 6d36d1b9b6
commit fda698a1a9

@ -2,7 +2,7 @@
IF not defined APPVEYOR_PULL_REQUEST_NUMBER (
IF not defined BUILDKITE_PULL_REQUEST (
REM Run full test suite if not on a Appveyor/Buildkite PR.
node tests\legacy-cli\run_e2e.js --appveyor "--glob=tests/{basic,commands,generate,build/styles,ivy}/**"
node tests\legacy-cli\run_e2e.js --appveyor "--glob=tests/{basic,commands,generate,ivy}/**"
exit
)
)