Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25 lines (20 sloc)
578 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| environment: | |
| nodejs_version: "12" | |
| install: | |
| - ps: Install-Product node $env:nodejs_version | |
| - yarn patch-chromedriver | |
| - yarn --network-timeout 600000 | |
| test_script: | |
| - git --version | |
| - node --version | |
| - yarn --version | |
| - yarn test --testPathIgnorePatterns globalService | |
| # ui tests temporarily disabled due to Cypress 3.0 issue on windows | |
| # - cd "packages/@vue/cli-ui" && yarn test | |
| cache: | |
| - node_modules -> appveyor.yml, **\package.json, yarn.lock | |
| - '%LOCALAPPDATA%\Yarn -> appveyor.yml, **\package.json, yarn.lock' | |
| build: off | |
| branches: | |
| except: | |
| - docs |

