mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
92b6bc0eb9
This reverts commit 75f35e48a8
.
It is unclear how to add/remove dependencies now.
13 lines
191 B
YAML
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
|