playwright/.appveyor.yml
Andrey Lushnikov 193582445d
devops: add package-lock.json (#1859) (#1889)
We need to commit `package-lock.json` to repository to ensure
reproducible builds.

This also starts using [`npm ci`](https://docs.npmjs.com/cli/ci.html) to
install dependencies.

Drive-by: remove non-functioning `rebase` workflow.
2020-04-20 16:57:01 -07:00

13 lines
186 B
YAML

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