Files
vue-cli/appveyor.yml
T

28 lines
683 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 config set yarn-offline-mirror ./npm-packages-offline-cache
- yarn test
# 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'
- npm-packages-offline-cache -> appveyor.yml, **\package.json, yarn.lock
build: off
branches:
except:
- docs