puppeteer/.appveyor.yml
Jack Franklin 8fa034bf2f
chore: remove flakiness dashboard (#5592)
We're not using it at all so might as well cut down on code in the codebase.
2020-04-06 11:55:15 +02:00

16 lines
293 B
YAML

environment:
matrix:
- nodejs_version: "10.18.1"
build: off
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- if "%nodejs_version%" == "10.18.1" (
npm run lint &&
npm run coverage &&
npm run test-doclint &&
npm run test-types
)