playwright/.appveyor.yml
Pavel Feldman 92b6bc0eb9 Revert "devops: add package-lock.json (#1859)"
This reverts commit 75f35e48a8.

It is unclear how to add/remove dependencies now.
2020-04-18 22:27:25 -07:00

13 lines
191 B
YAML

environment:
matrix:
- nodejs_version: "10"
build: off
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm run ctest
- npm run wtest
- npm run ftest