mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 00:29:06 -06:00
25 lines
438 B
YAML
25 lines
438 B
YAML
environment:
|
|
nodejs_version: "10"
|
|
|
|
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
|
|
# ui tests temporarily disabled due to Cypress 3.0 issue on windows
|
|
# - cd "packages/@vue/cli-ui" && yarn test
|
|
|
|
cache:
|
|
- node_modules -> yarn.lock
|
|
|
|
build: off
|
|
|
|
branches:
|
|
except:
|
|
- docs
|